Skip to content

Commit 8c99f34

Browse files
committed
fix - Remove redundant stripe error message during payment method creation
1 parent 55c17df commit 8c99f34

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

assets/js/modules/membership/frontend/user-registration-membership-frontend.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3177,10 +3177,6 @@
31773177
return;
31783178
}
31793179

3180-
stripe_settings.show_stripe_error(
3181-
urmf_data.labels.i18n_validating_stripe_card
3182-
);
3183-
31843180
elements.stripe
31853181
.createPaymentMethod({
31863182
type: "card",

0 commit comments

Comments
 (0)