mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
update dropin to 1.12.0
This commit is contained in:
@@ -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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user