We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf6757 commit e740079Copy full SHA for e740079
src/web/assets/elementsform/js/paymentForm.js
@@ -3,7 +3,7 @@ class PaymentIntentsElements {
3
this.container = container;
4
this.formNamespace = this.container.dataset.paymentFormNamespace;
5
this.stripeInstance = Stripe(publishableKey, {
6
- locale: this.container.dataset.locale
+ locale: this.container.dataset.locale,
7
});
8
this.elements = null;
9
this.scenario = this.container.dataset.clientScenario;
0 commit comments