-
Notifications
You must be signed in to change notification settings - Fork 36
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
Some of the orders are converting into recurring order #137
Comments
Hi Team, On checking the worldpay.log in Magento, we found that A direct token order request is happening. When a shopper saves a card, the token generated by WorldPay is saved in the Magento database; we use this token for future authorizations & create a capture request & invoice generated
|
Hi
Customer invoice gets raised early due to stored credentials/tokenization which is considered as recurring order. we don't want create a invoice from worldpay. As We have a system that will generate a invoice by third party ERP from their side. But some of the respective user placing the order which is converting into recurring order due to stored credentials/tokenization as the user stored the card details when placing order
Once done all the future order will be consider as recurring order magento will send an authorization request if successful follow-up capture requests are triggered. After successful capturing/invoicing, recurring orders are fulfilled.
This is the reason we suspecting for the issue.
Above is the default behaviour from worldpay module.. finally worldpay is capturing the order & creating the invoice. because of this order modification is happening that is not necessary
Can we turn off the stored credentials/tokenization from magneto (currently enabled in production) and still customers can save their CC?
Can we turn off this cron job worldpay_recurring_transactions in magento if this not required?
Can we have any workaround for this ? like patch to avoid this
We have also raised a support ticket with worldpay & currently reviewed by
Donovan Loftin
Client Success Manager
Global Enterprise North America
The text was updated successfully, but these errors were encountered: