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

This commit is contained in:
Muhammad Fadli 2023-09-20 23:55:26 +07:00
commit 7fb4c75edd

View File

@ -42,7 +42,8 @@ export const doTransaction = async (
.digest('hex');
const options = {
headers: {'Content-Type': 'application/json'},
headers: {'Content-Type': 'application/json',
'X-Merchant': `${merchantId}`},
};
const mergedDestination = destination;