mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Square SCA
This commit is contained in:
parent
d25927ac8d
commit
1ebbf59027
@ -65,6 +65,8 @@ class SquareCreditCard {
|
|||||||
intent: 'CHARGE'
|
intent: 'CHARGE'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
console.log(verificationDetails);
|
||||||
|
|
||||||
const verificationResults = await this.payments.verifyBuyer(
|
const verificationResults = await this.payments.verifyBuyer(
|
||||||
result.token,
|
result.token,
|
||||||
verificationDetails
|
verificationDetails
|
||||||
|
@ -4,9 +4,8 @@
|
|||||||
@section('gateway_head')
|
@section('gateway_head')
|
||||||
<meta name="square-appId" content="{{ $gateway->company_gateway->getConfigField('applicationId') }}">
|
<meta name="square-appId" content="{{ $gateway->company_gateway->getConfigField('applicationId') }}">
|
||||||
<meta name="square-locationId" content="{{ $gateway->company_gateway->getConfigField('locationId') }}">
|
<meta name="square-locationId" content="{{ $gateway->company_gateway->getConfigField('locationId') }}">
|
||||||
<meta name="contact" content="{{ $contact }}">
|
<meta name="contact" content="{!! $contact !!}">
|
||||||
<meta name="amount" content="{{ $amount }}">
|
<meta name="amount" content="{{ $amount }}">
|
||||||
<meta name="contact" content="{{ $contact }}">
|
|
||||||
<meta name="currencyCode" content="{{ $currencyCode }}">
|
<meta name="currencyCode" content="{{ $currencyCode }}">
|
||||||
|
|
||||||
@endsection
|
@endsection
|
||||||
|
Loading…
x
Reference in New Issue
Block a user