1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-12 22:22:32 +01:00

Square SCA

This commit is contained in:
David Bomba 2021-10-03 15:36:58 +11:00
parent bb84e96442
commit 9dafb97663

View File

@ -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="{!! @json($square_contact) !!}">
<meta name="square_contact" content="{{ @json($square_contact) }}">
<meta name="amount" content="{{ $amount }}">
<meta name="currencyCode" content="{{ $currencyCode }}">