- fix code voca in subcategory column
This commit is contained in:
@@ -42,7 +42,8 @@ export const doTransaction = async (
|
|||||||
.digest('hex');
|
.digest('hex');
|
||||||
|
|
||||||
const options = {
|
const options = {
|
||||||
headers: {'Content-Type': 'application/json'},
|
headers: {'Content-Type': 'application/json',
|
||||||
|
'X-Merchant': `${merchantId}`},
|
||||||
};
|
};
|
||||||
|
|
||||||
const mergedDestination = destination;
|
const mergedDestination = destination;
|
||||||
|
|||||||
Reference in New Issue
Block a user