-
Notifications
You must be signed in to change notification settings - Fork 26
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
You cannot cancel this PaymentIntent because it has a status of canceled #57
Comments
Hello @bellu ! Are you able to update the plugin to v2.0.10 at least? It seems to be the same issue that already has been fixed. |
Hi @Prometee! I updated to the v2.0.10, but i've the same issue. Thanks |
@bellu I already added this legacy action to the available one (https://github.com/FLUX-SE/PayumStripe/blob/master/src/StripeCheckoutSessionGatewayFactory.php#L43), then even if your Stripe API version is not a recent one it will execute it if needed. Are you able to describe exactly what steps you are making to reproduce this error ? And do you have custom code running on this payment method ? |
During the payment if i use the "back to the website" button on the stripe checkout page, i've this error. PS: I updated to the v2.0.10, but the legacy cancel action doesn't seem to be here https://github.com/FLUX-SE/PayumStripe/tree/v2.0.10/src/Action/StripeCheckoutSession |
The versions of those packages are not synced. but if you use this requirements in your "require": {
"flux-se/sylius-payum-stripe-plugin": "^2.0"
} And you update the plugin then the rest will get updated with the latest version. Unfortunately, I'm not able to reproduce your issue. When you come back from Stripe portal a Payum extension is taking care of expiring the Stripe Session : |
I'm using the 2.0.9 version, and lately if a payment has been rejected from stripe or if i come back to the website without paying; i have this error on the website (see screenshot).
Any suggestions?
The text was updated successfully, but these errors were encountered: