- fix code voca in subcategory column

This commit is contained in:
Muhammad Fadli 2023-09-20 23:54:58 +07:00
parent b3c514483c
commit 56967904dd

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;