mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 10:39:01 -04:00 
			
		
		
		
	Fixes for Apple Pay
This commit is contained in:
		
							parent
							
								
									a2e08a4baa
								
							
						
					
					
						commit
						9a3d33bda8
					
				| @ -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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user