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