Currently createPayment sends the commerce order id to authorize.net using the invoiceNumber attribute. For consistency it would be nice if it did the same thing when issuing a refund.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | order_id_as_invoiceNumber_in_refund-2935995-3.patch | 883 bytes | thechanceg |
| #2 | order_id_as_invoiceNumber_in_refund-2935995-2.patch | 941 bytes | thechanceg |
Comments
Comment #2
thechanceg commentedSimple patch that does the same thing that createPayment does.
I've tested this against the authorize.net api and it works.
Comment #3
thechanceg commentedI was just reviewing my patch and noticed that I accidentally let the CustomerIP line sneak in there. Fixed patch.
Comment #4
mglamanThanks!