Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
3446 Prikazi

Hi,

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

Avatar
Opusti
Avtor 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
Opusti