Closed rida-rechrache closed 1 month ago
Nice catch @rida-rechrache - I just pushed a fix. Should work now! Can you please confirm if this solves your issue?
Hi @VariableVic, thank you for your reactivity. However, it is not working when I choose to pay with card; the button stays disabled
What is the provider_id for the card payment provider?
@VariableVic I added this code in ....\checkout\components\payment\index.tsx =====selectedPaymentMethod : {selectedPaymentMethod} {" "} =====stripeReady : {stripeReady} Here is the screenshot that shows the information, but i don't understand why stripeReady is false
Hello, I attempted to set up Stripe in this storefront and followed this guide: https://docs.medusajs.com/v2/resources/storefront-development/checkout/payment/stripe, but it isn’t working due to the following error:
I don't understand we already have the provider in the payment-wrapper, but I don’t know why this is happening.
this is my config:
.env : `# Payment Stripe
STRIPE_API_KEY=sk_test_xxxxxxxxxxxxxxxxx`
.env : NEXT_PUBLIC_STRIPE_KEY=pk_test_xxxxxxxxxxxxxx