-
Notifications
You must be signed in to change notification settings - Fork 319
Add support for handleCardAction #399
base: master
Are you sure you want to change the base?
Conversation
Is there any workaround to use this feature before this patch is merged? |
|
Approximately when can we expect this feature to be available? The SCA rule will come into effect in Europe on September 14. So, like in 2 weeks we won't be able to use Stripe on our project for payments... |
FYI This is UK only. |
Our projects it's for Italy. So i guess the original deadline still applies. |
Deadline in Italy seems to have been postponed (no new date set): https://www.bancaditalia.it/media/comunicati/documenti/2019-02/CS_01082019_a_f.pdf (italian) |
@bombek92 it seems that the travis build is failing. May you please take a look why? With a proper build, this feature will get better change to be merged quickly (I hope it'll, it should help a lot). Thanks. |
@bombek92 meanwhile your code is merged, I don't understand your answer on a temporary workaround. Where are you suggesting to add the code you suggest to @tremby? Because Thanks again. |
just use: |
That's why this is draft pr, but I'll try to fix it this weekend. |
@bombek92 Thanks for your quick answers. In my client side code, I use react, but in a javascript file (no typescript) and with promise (no await), is your workaround still possible with this, and what would be the code? Thanks again. |
@bombek92 have you found some time to take a look? You would be a life saver if you do. Thanks (14 of September makes me worry to death). |
Maciej Dąbek seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Summary & motivation
Added support for https://stripe.com/docs/stripe-js/reference#stripe-handle-card-action
API review
Added new method, not breaking existing code.
Copy this template or link to an API review issue.
Testing & documentation
How did you test this change? Simple unit tests calling this method.
have you updated the documentation? YES