@fctc/interface-logic 5.2.8 → 5.3.0
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/{chunk-ICDQN2GL.mjs → chunk-CFMANGYC.mjs} +2 -2
- package/dist/{chunk-TX2WZCYM.js → chunk-OYRLOMB7.js} +2 -2
- package/dist/hooks.js +154 -154
- package/dist/hooks.mjs +1 -1
- package/dist/index.js +175 -175
- package/dist/index.mjs +1 -1
- package/dist/provider.js +11 -11
- package/dist/provider.mjs +1 -1
- package/dist/services.js +12 -12
- package/dist/services.mjs +1 -1
- package/package.json +1 -1
|
@@ -3445,7 +3445,7 @@ var applyVoucherService = (env) => {
|
|
|
3445
3445
|
method: "action_apply_voucher" /* ACTION_APPLY_VOUCHER */,
|
|
3446
3446
|
ids,
|
|
3447
3447
|
kwargs: {
|
|
3448
|
-
|
|
3448
|
+
voucher_codes: voucherCode
|
|
3449
3449
|
}
|
|
3450
3450
|
};
|
|
3451
3451
|
return env?.requests.post(
|
|
@@ -3474,7 +3474,7 @@ var removeVoucherService = (env) => {
|
|
|
3474
3474
|
method: "action_remove_voucher" /* ACTION_REMOVE_VOUCHER */,
|
|
3475
3475
|
ids,
|
|
3476
3476
|
kwargs: {
|
|
3477
|
-
|
|
3477
|
+
program_ids: programId
|
|
3478
3478
|
}
|
|
3479
3479
|
};
|
|
3480
3480
|
return env?.requests.post(
|
|
@@ -3447,7 +3447,7 @@ var applyVoucherService = (env) => {
|
|
|
3447
3447
|
method: "action_apply_voucher" /* ACTION_APPLY_VOUCHER */,
|
|
3448
3448
|
ids,
|
|
3449
3449
|
kwargs: {
|
|
3450
|
-
|
|
3450
|
+
voucher_codes: voucherCode
|
|
3451
3451
|
}
|
|
3452
3452
|
};
|
|
3453
3453
|
return env?.requests.post(
|
|
@@ -3476,7 +3476,7 @@ var removeVoucherService = (env) => {
|
|
|
3476
3476
|
method: "action_remove_voucher" /* ACTION_REMOVE_VOUCHER */,
|
|
3477
3477
|
ids,
|
|
3478
3478
|
kwargs: {
|
|
3479
|
-
|
|
3479
|
+
program_ids: programId
|
|
3480
3480
|
}
|
|
3481
3481
|
};
|
|
3482
3482
|
return env?.requests.post(
|