Problem/Motivation

Payment processing doesn't work well in Commerce when done from the admin interface. One of the problems we had a while back was trying to allow admins to accept check payments. The main issue was that the order was never "placed".

I got around this by adding an event listener to the event: 'commerce_order.order.paid' and based on that event i would place the order.

When using the Auth.net gw this event is never fired and so not sure best way to set the order to placed.

Any hints as to what other trigger i can use to set the order as placed.

Using this GW (and admin flow); the billing info is also not captured to display on the order receipt.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Comments

liquidcms created an issue. See original summary.

liquidcms’s picture

Title: Admin payment doesn't register the oder as paid. » Admin payment doesn't register the order as paid.