Working on payment gateways
This commit is contained in:
parent
b243a41c05
commit
3776df9f5c
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
Stripe.setPublishableKey('{{ $accountGateway->getPublishableKey() }}');
|
||||
$(function() {
|
||||
var countries = {!! Cache::get('countries')->pluck('iso_3166_2','id') !!};
|
||||
$('.payment-form').submit(function(event) {
|
||||
$('.payment-form').unbind('submit').submit(function(event) {
|
||||
if ($('[name=plaidAccountId]').length) {
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue