Skip to content
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

Using CyberSource's Decision manager, might charge card but not actually complete order #225

Open
geermc4 opened this issue May 12, 2015 · 1 comment

Comments

@geermc4
Copy link

geermc4 commented May 12, 2015

More details on https://github.com/Shopify/active_merchant/issues/1681

During checkout, if the response is REVIEW, or, even REJECTED because of some rules in cybersource, the order placement fails with a message Successful transaction, card gets charged, order doesn't get completed

@JDutil
Copy link
Member

JDutil commented May 13, 2015

All we concern ourselves with is success or not unless the payment method overrides activemerchant. I have no idea why a rejected transaction would complete with charging the card that sounds like an issue with cybersource, but a review response I would expect to just flag the transaction as risky but still be successful. You'll have to update the cybersource payment method wrapper to handle these different responses in whatever manner is appropriate for the response by overriding the activemerchant providers methods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants