iptdevs-design-system 2.7.136 → 2.7.137

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.
@@ -3634,7 +3634,7 @@ class CodFormStepFourComponent extends CodFormSteps {
3634
3634
  searchPriceByTypePayment(agreementSelected, type) {
3635
3635
  let request = {
3636
3636
  agreement: Number(agreementSelected),
3637
- payment_method: 'contad'
3637
+ payment_method: type
3638
3638
  };
3639
3639
  this.commercialService.getCodPricesByAgreementTypePayment(request).subscribe((response) => {
3640
3640
  this.codPrices = response.data;