Skip to content

Commit cc4abd3

Browse files
committed
Fix eslint warnings.
1 parent bc8b771 commit cc4abd3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Modules/OrchardCore.Commerce.Payment.Stripe/wwwroot/js/stripe-payment-form.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(function(Stripe) {
1+
(function setupStripePaymentForm(Stripe) {
22
function toString(data, key, defaultValue) {
33
if (!data[key]) return defaultValue;
44
const value = `${data[key]}`.trim();
@@ -164,4 +164,4 @@
164164
}
165165

166166
window.stripePaymentForm = stripePaymentForm;
167-
})(window.Stripe);
167+
})(window.Stripe);

0 commit comments

Comments
 (0)