update dropin to 1.12.0
This commit is contained in:
parent
1444c99458
commit
73b87f2e97
|
@ -55,7 +55,7 @@ export class PaymentComponent implements OnInit {
|
|||
this.platformUtilsService.isDev() ? Keys.stripeTest : Keys.stripeLive);
|
||||
};
|
||||
this.btScript = window.document.createElement('script');
|
||||
this.btScript.src = 'https://js.braintreegateway.com/web/dropin/1.4.0/js/dropin.min.js';
|
||||
this.btScript.src = 'https://js.braintreegateway.com/web/dropin/1.12.0/js/dropin.min.js';
|
||||
this.btScript.async = true;
|
||||
|
||||
this.cardExpMonthOptions = [
|
||||
|
|
Loading…
Reference in New Issue