Commit 205954bc7cfd2d6bd7cd29221d687baea00c2ad5
1 parent
e7f5d2a50d
Exists in
master
and in
1 other branch
SENDER: callback forward customer_data
Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff
lib/core-callback/sender.js
... | ... | @@ -69,6 +69,7 @@ const sender = async (data, xid, retry) => { |
69 | 69 | fee_total: Number(data.fee_total) || undefined, |
70 | 70 | |
71 | 71 | bill_detail: data.bill_detail || undefined, |
72 | + customer_data: data.customer_data || undefined, | |
72 | 73 | }; |
73 | 74 | |
74 | 75 | if (data.command === 'INQUIRY' && data.amount_to_charge) { |