Square SCA
This commit is contained in:
parent
0099412847
commit
a44f3adda0
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
@section('gateway_head')
|
||||
<meta name="square-appId" content="{{ $gateway->company_gateway->getConfigField('applicationId') }}">
|
||||
<meta name="square-locationId" content="{{ $gateway->company_gateway->getConfigField('locationId') }}">
|
||||
<meta name="square_contact" content="{!! $square_contact !!}">
|
||||
<meta name="square_contact" content="{!! json_encode($square_contact) !!}">
|
||||
<meta name="amount" content="{{ $amount }}">
|
||||
<meta name="currencyCode" content="{{ $currencyCode }}">
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue