コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
3546 ビュー

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

アバター
破棄