Square SCA
This commit is contained in:
parent
d25927ac8d
commit
1ebbf59027
2 changed files with 3 additions and 2 deletions
|
|
@ -65,6 +65,8 @@ class SquareCreditCard {
|
|||
intent: 'CHARGE'
|
||||
};
|
||||
|
||||
console.log(verificationDetails);
|
||||
|
||||
const verificationResults = await this.payments.verifyBuyer(
|
||||
result.token,
|
||||
verificationDetails
|
||||
|
|
|
|||
|
|
@ -4,9 +4,8 @@
|
|||
@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="contact" content="{{ $contact }}">
|
||||
<meta name="contact" content="{!! $contact !!}">
|
||||
<meta name="amount" content="{{ $amount }}">
|
||||
<meta name="contact" content="{{ $contact }}">
|
||||
<meta name="currencyCode" content="{{ $currencyCode }}">
|
||||
|
||||
@endsection
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue