-
-
Notifications
You must be signed in to change notification settings - Fork 725
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
Payment taken if authorized after order cycle closes #8142
Comments
This does have to do with payments, which would normally be an S2+, however, I don't think there's any reason to think that this has ever happened in production. @filipefurtad0 noticed that it was possible while testing another PR. Given that, I'm marking it an S3. Others feel free to weigh in/escalate though. |
Thanks for opening this issue @andrewpbrett 👍 An additional note: payments are marked as As of now, I have no evidence that the payment is captured after a week; At least in testing, these seem to be cancelled automatically - such |
I agree, I think that was lost in translation. The Stripe docs indicate that any payment that's not captured after a week will be canceled. |
Description
If a customer authorizes a payment after an order cycle closes, the payment is processed on Stripe but not marked as paid in OFN
Expected Behavior
The payment should be refunded and the order canceled
Actual Behaviour
The payment is taken and the order remains in the
payment
stateSteps to Reproduce
See also #7692 (comment)
Animated Gif/Screenshot
See #7692 (comment)
Workaround
Severity
bug-s3: a feature is broken but there is a workaround
Your Environment
Possible Fix
The text was updated successfully, but these errors were encountered: