1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-27 12:36:14 +01:00

update dropin to 1.12.0

This commit is contained in:
Kyle Spearrin 2018-08-28 00:27:24 -04:00
parent 1444c99458
commit 73b87f2e97

View File

@ -55,7 +55,7 @@ export class PaymentComponent implements OnInit {
this.platformUtilsService.isDev() ? Keys.stripeTest : Keys.stripeLive); this.platformUtilsService.isDev() ? Keys.stripeTest : Keys.stripeLive);
}; };
this.btScript = window.document.createElement('script'); 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.btScript.async = true;
this.cardExpMonthOptions = [ this.cardExpMonthOptions = [