Fixes for Apple Pay
This commit is contained in:
parent
a2e08a4baa
commit
9a3d33bda8
1 changed files with 3 additions and 3 deletions
|
|
@ -197,9 +197,9 @@ class BrowserPay implements MethodInterface
|
|||
$domain = config('ninja.app_url');
|
||||
|
||||
if (Ninja::isHosted()) {
|
||||
$domain = isset($this->stripe_driver->company_gateway->company->portal_domain)
|
||||
? $this->stripe_driver->company_gateway->company->portal_domain
|
||||
: $this->stripe_driver->company_gateway->company->domain();
|
||||
$domain = isset($this->stripe->company_gateway->company->portal_domain)
|
||||
? $this->stripe->company_gateway->company->portal_domain
|
||||
: $this->stripe->company_gateway->company->domain();
|
||||
}
|
||||
|
||||
$response = ApplePayDomain::create([
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue