ng-easycommerce 0.0.603 → 0.0.605

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.
@@ -48,5 +48,6 @@ export declare class PaymentEcComponent extends ComponentHelper implements OnCha
48
48
  isCatastro: (code: string) => boolean;
49
49
  isBamboo: (code: string) => boolean;
50
50
  isPlaceToPay: (code: string) => boolean;
51
+ isBalanceInAccount: (code: string) => boolean;
51
52
  getPKCulqi: (method: any) => any;
52
53
  }
@@ -29,4 +29,5 @@ export declare class SuccessEcComponent extends ComponentHelper implements OnIni
29
29
  * @returns el bloque si lo encontro.
30
30
  */
31
31
  containsBlock: (codeBlock: string) => boolean;
32
+ isBalanceInAccount: (code: string) => boolean;
32
33
  }