You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using shoppe-stripe and it's not recording the payments within Stripe.
My admin panel shows all of the customer's information with confirmed payment, but when I check my Stripe's dashboard, I see the customer has been created, but no payment has been requested or made.
I tried the workout around by declaring Shoppe::Stripe.setup before the order confirmation action, but it creates duplicate payments and in my Stripe dashboard, the duplicate payments are uncaptured.
I have googled and found the thread under shoppe with people having the same issue, but nobody left a viable solution.
I'm hoping someone can help me with this!
The text was updated successfully, but these errors were encountered:
I'm using shoppe-stripe and it's not recording the payments within Stripe.
My admin panel shows all of the customer's information with confirmed payment, but when I check my Stripe's dashboard, I see the customer has been created, but no payment has been requested or made.
I tried the workout around by declaring Shoppe::Stripe.setup before the order confirmation action, but it creates duplicate payments and in my Stripe dashboard, the duplicate payments are uncaptured.
I have googled and found the thread under shoppe with people having the same issue, but nobody left a viable solution.
I'm hoping someone can help me with this!
The text was updated successfully, but these errors were encountered: