Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
3582 มุมมอง

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

อวตาร
ละทิ้ง