-
-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not possible to specify payment_method_types #246
Comments
Hey! Thanks for bringing my attention to this, I'm gonna take a deeper look at this later tonight, just wanted to let you know that I saw this! |
@marcingolenia Which checkout mode are you using? I'm assuming you're not using any serverless functions or anything, yeah? |
client-only, so In my gatsby site I am using this like this;
I use "2.4.3" version of the library. |
@marcingolenia Yeah I should def add a way support what you're doing in client-only mode, but why are you using version 2.43? If we were to update this, it would have to happen on version 3 > |
The app I've built is not that new, I am going to update it soon. For now it just works :) It is absolutely clear that I will have to update. |
:( |
Hi there!
I wanted to specify other payment methods like stated in docs;
https://stripe.com/docs/payments/p24/accept-a-payment?platform=checkout
but it seems not possible. I tried to look into the source code. It seems that in stripe.js
use-shopping-cart/use-shopping-cart/core/middleware/stripe.js
Line 9 in 6fd480c
we would need to add extra parameter (getCheckoutData function)
and extend the CartState thing here;
use-shopping-cart/use-shopping-cart/core/index.d.ts
Line 117 in 6fd480c
Seems like a quick win, but probably I am missing something.
The text was updated successfully, but these errors were encountered: