Skip to content

Commit e740079

Browse files
committed
Cleanup
1 parent fdf6757 commit e740079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web/assets/elementsform/js/paymentForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ class PaymentIntentsElements {
33
this.container = container;
44
this.formNamespace = this.container.dataset.paymentFormNamespace;
55
this.stripeInstance = Stripe(publishableKey, {
6-
locale: this.container.dataset.locale
6+
locale: this.container.dataset.locale,
77
});
88
this.elements = null;
99
this.scenario = this.container.dataset.clientScenario;

0 commit comments

Comments
 (0)