Skip to Content
Menú
This question has been flagged
1 Respondre
3475 Vistes

Hi,

How to send invoice number to Authorize.net? Any help would be appreciable.

Avatar
Descartar
Autor Best Answer

I have done small customization by adding the following lines in account_voucher.py of account_payment_cc_authorizenet module for sending invoice number to Authorize.net .
            order_ref = etree.SubElement(transaction_req, 'order')
            etree.SubElement(order_ref, 'invoiceNumber').text = ref_orders

Avatar
Descartar