- log digiflazz supplier
This commit is contained in:
parent
763d30f789
commit
b645ed273c
|
@ -42,7 +42,7 @@ export const doTransaction = async (
|
||||||
customer_no: `${destination}`,
|
customer_no: `${destination}`,
|
||||||
buyer_sku_code: `${productCode}`,
|
buyer_sku_code: `${productCode}`,
|
||||||
ref_id: `${idtrx}`,
|
ref_id: `${idtrx}`,
|
||||||
sign: md5.default(md5HashDigiflazz),
|
sign: md5(md5HashDigiflazz),
|
||||||
testing: true,
|
testing: true,
|
||||||
};
|
};
|
||||||
const res = await axios.post(
|
const res = await axios.post(
|
||||||
|
@ -64,7 +64,7 @@ export const doTransaction = async (
|
||||||
customer_no: `${destination}`,
|
customer_no: `${destination}`,
|
||||||
buyer_sku_code: `${productCode}`,
|
buyer_sku_code: `${productCode}`,
|
||||||
ref_id: `${billTrxId}`,
|
ref_id: `${billTrxId}`,
|
||||||
sign: md5.default(md5HashDigiflazz),
|
sign: md5(md5HashDigiflazz),
|
||||||
testing: true,
|
testing: true,
|
||||||
};
|
};
|
||||||
const res = await axios.post(
|
const res = await axios.post(
|
||||||
|
@ -85,7 +85,7 @@ export const doTransaction = async (
|
||||||
customer_no: `${destination}`,
|
customer_no: `${destination}`,
|
||||||
buyer_sku_code: `${productCode}`,
|
buyer_sku_code: `${productCode}`,
|
||||||
ref_id: `${idtrx}`,
|
ref_id: `${idtrx}`,
|
||||||
sign: md5.default(md5HashDigiflazz),
|
sign: md5(md5HashDigiflazz),
|
||||||
testing: true,
|
testing: true,
|
||||||
};
|
};
|
||||||
const res = await axios.post(
|
const res = await axios.post(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user