Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
3366 Lượt xem

Hi,

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

Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

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

Ảnh đại diện
Huỷ bỏ