Merge branch 'development' of https://gitlab.com/empatnusabangsa/ppob/ppob-backend into devops-staging

This commit is contained in:
Fadli 2023-02-22 23:07:49 +07:00
commit 0cf05f3364

View File

@ -42,7 +42,7 @@ export const doTransaction = async (
customer_no: `${destination}`,
buyer_sku_code: `${productCode}`,
ref_id: `${idtrx}`,
sign: md5.default(md5HashDigiflazz),
sign: md5(md5HashDigiflazz),
testing: true,
};
const res = await axios.post(
@ -64,7 +64,7 @@ export const doTransaction = async (
customer_no: `${destination}`,
buyer_sku_code: `${productCode}`,
ref_id: `${billTrxId}`,
sign: md5.default(md5HashDigiflazz),
sign: md5(md5HashDigiflazz),
testing: true,
};
const res = await axios.post(
@ -85,7 +85,7 @@ export const doTransaction = async (
customer_no: `${destination}`,
buyer_sku_code: `${productCode}`,
ref_id: `${idtrx}`,
sign: md5.default(md5HashDigiflazz),
sign: md5(md5HashDigiflazz),
testing: true,
};
const res = await axios.post(