AckerApple / stripe-angular

Angular to Stripe module containing useful providers, components, and directives
MIT License
48 stars 17 forks source link

Validation Issue through reference #stripeCard element #56

Open khan-abbas opened 1 year ago

khan-abbas commented 1 year ago

when i enter the wrong expiration date it throws me an error and I catch the error through the reference element, but after putting the valid expiration date, the error must be removed from the reference element and still as invalid. it should be removed after putting everything valid

AckerApple commented 1 year ago

I sounds like your issue is with Stripe UI and not this wrapper library.

The wrapper code this library provides and be reviewed in the following two files:

  1. StripeSource.component.ts
  2. StripeCard.component.ts

I also see there is another Angular Stripe library that seems to be created by Stripe themselves, not sure. Maybe you should try that library instead?

AckerApple commented 1 year ago

I have labeled this ticket as won't fix and invalid because I'm confident its the Stripe elements that this library just wraps itself around, that the reporter is having issues with. If you can find and provide proof otherwise then we can look at fixing. This repo has not needed changes and has had enough popularity to know that no one has reported expiration validation issues before