@connect-plus-online/ogabai-integrations 0.0.98 → 0.0.99
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +5 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +5 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -3273,7 +3273,10 @@ var transactionQuery = [
|
|
|
3273
3273
|
"toWallet",
|
|
3274
3274
|
"txStatus",
|
|
3275
3275
|
"customerId",
|
|
3276
|
-
"transactionType"
|
|
3276
|
+
"transactionType",
|
|
3277
|
+
"expenseId",
|
|
3278
|
+
"expenseReceiptUrl",
|
|
3279
|
+
"narration"
|
|
3277
3280
|
];
|
|
3278
3281
|
var orderQuery = [
|
|
3279
3282
|
"_id",
|
|
@@ -3829,6 +3832,7 @@ var createExpenseDispenseService = (client) => {
|
|
|
3829
3832
|
const transaction = await transactionService.addTransaction({
|
|
3830
3833
|
transaction: {
|
|
3831
3834
|
transactionType: "expense",
|
|
3835
|
+
platform,
|
|
3832
3836
|
amountPaid,
|
|
3833
3837
|
narration,
|
|
3834
3838
|
createdById,
|