@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.
@@ -3445,7 +3445,7 @@ var applyVoucherService = (env) => {
3445
3445
  method: "action_apply_voucher" /* ACTION_APPLY_VOUCHER */,
3446
3446
  ids,
3447
3447
  kwargs: {
3448
- voucher_code: voucherCode
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
- program_id: programId
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
- voucher_code: voucherCode
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
- program_id: programId
3479
+ program_ids: programId
3480
3480
  }
3481
3481
  };
3482
3482
  return env?.requests.post(