跳至内容
菜单
此问题已终结
1 回复
3256 查看

Hi,

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

形象
丢弃
编写者 最佳答案

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

形象
丢弃