Fix ajax URLs on multisite

This commit is contained in:
Alex P 2022-03-09 16:24:11 +02:00
parent 3afb73d34c
commit 1a9fbc1303
5 changed files with 10 additions and 10 deletions

View file

@ -50,7 +50,7 @@ class ApplicationContextRepository {
$landingpage = $this->settings->has( 'landing_page' ) ?
$this->settings->get( 'landing_page' ) : ApplicationContext::LANDING_PAGE_NO_PREFERENCE;
$context = new ApplicationContext(
(string) home_url( \WC_AJAX::get_endpoint( ReturnUrlEndpoint::ENDPOINT ) ),
\WC_AJAX::get_endpoint( ReturnUrlEndpoint::ENDPOINT ),
(string) wc_get_checkout_url(),
(string) $brand_name,
$locale,