@fctc/interface-logic 5.3.5 → 5.3.6

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.
@@ -3631,7 +3631,7 @@ var getBankProductChannelService = (env) => {
3631
3631
  uid,
3632
3632
  cif,
3633
3633
  serviceType,
3634
- PaymentMethod,
3634
+ paymentMethod,
3635
3635
  service,
3636
3636
  xNode
3637
3637
  }) => {
@@ -3673,7 +3673,7 @@ var getBankProductChannelService = (env) => {
3673
3673
  domain: [
3674
3674
  ["partner_id.cif", "=", cif],
3675
3675
  ["service_type", "=", serviceType],
3676
- ["payment_method", "=", PaymentMethod]
3676
+ ["payment_method", "=", paymentMethod]
3677
3677
  ]
3678
3678
  }
3679
3679
  };
@@ -3629,7 +3629,7 @@ var getBankProductChannelService = (env) => {
3629
3629
  uid,
3630
3630
  cif,
3631
3631
  serviceType,
3632
- PaymentMethod,
3632
+ paymentMethod,
3633
3633
  service,
3634
3634
  xNode
3635
3635
  }) => {
@@ -3671,7 +3671,7 @@ var getBankProductChannelService = (env) => {
3671
3671
  domain: [
3672
3672
  ["partner_id.cif", "=", cif],
3673
3673
  ["service_type", "=", serviceType],
3674
- ["payment_method", "=", PaymentMethod]
3674
+ ["payment_method", "=", paymentMethod]
3675
3675
  ]
3676
3676
  }
3677
3677
  };
package/dist/hooks.d.mts CHANGED
@@ -1066,7 +1066,7 @@ declare const useGetBankProductChannel: () => _tanstack_react_query.UseMutationR
1066
1066
  uid: number;
1067
1067
  cif: string;
1068
1068
  serviceType: string;
1069
- PaymentMethod: string;
1069
+ paymentMethod: string;
1070
1070
  domain: [];
1071
1071
  service?: string;
1072
1072
  xNode?: string;
package/dist/hooks.d.ts CHANGED
@@ -1066,7 +1066,7 @@ declare const useGetBankProductChannel: () => _tanstack_react_query.UseMutationR
1066
1066
  uid: number;
1067
1067
  cif: string;
1068
1068
  serviceType: string;
1069
- PaymentMethod: string;
1069
+ paymentMethod: string;
1070
1070
  domain: [];
1071
1071
  service?: string;
1072
1072
  xNode?: string;