mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 17:24:36 -04:00
fixes for checkout.com (#3337)
This commit is contained in:
parent
139e0a4b0e
commit
aadda80988
@ -12,7 +12,11 @@
|
||||
paymentToken: '{{ $transactionToken }}',
|
||||
customerEmail: '{{ $contact->email }}',
|
||||
customerName: '{{ $contact->getFullName() }}',
|
||||
@if( $invoice->getCurrencyCode() == 'BHD' || $invoice->getCurrencyCode() == 'KWD' || $invoice->getCurrencyCode() == 'OMR')
|
||||
value: {{ $invoice->getRequestedAmount() * 1000 }},
|
||||
@else
|
||||
value: {{ $invoice->getRequestedAmount() * 100 }},
|
||||
@endif
|
||||
currency: '{{ $invoice->getCurrencyCode() }}',
|
||||
widgetContainerSelector: '.payment-form',
|
||||
widgetColor: '#333',
|
||||
|
Loading…
x
Reference in New Issue
Block a user