ng-easycommerce 0.0.619 → 0.0.621

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.
@@ -25,6 +25,8 @@ export declare class PaymentEcComponent extends ComponentHelper implements OnCha
25
25
  loading$: import("rxjs").Observable<boolean>;
26
26
  total_amount: any;
27
27
  allowAnyPaymentMethod: boolean | null;
28
+ balanceMethodRejected: boolean;
29
+ showMethodError: boolean;
28
30
  constructor(renderer: Renderer2, toastr: ToastService, paymentService: PaymentService, checkoutService: CheckoutService, cartService: CartService);
29
31
  ngOnChanges(): void;
30
32
  ngOnInit(): void;
@@ -34,9 +36,9 @@ export declare class PaymentEcComponent extends ComponentHelper implements OnCha
34
36
  setLoading: (estado?: boolean) => boolean;
35
37
  verifyValidate: () => void;
36
38
  setMethod: (method: any) => Promise<void>;
39
+ private handleMethodError;
37
40
  setActive(e: any): void;
38
41
  submitForm: (event: any) => boolean;
39
- shouldDisplayMethod(method: any): boolean;
40
42
  getPK: (method: any) => any;
41
43
  isRedirectRedsys: (code: string) => boolean;
42
44
  isRedirectCecaBank: (code: string) => boolean;
@@ -136,5 +136,5 @@ export declare class CartService {
136
136
  getCreditAmount: () => Observable<number>;
137
137
  getClientTaxes: () => Observable<number>;
138
138
  getRemainingCredits: () => Observable<number>;
139
- updateBalanceAttributes(cartData: any): void;
139
+ updateBalanceAttributes(balance: any, total?: number | null): void;
140
140
  }
@@ -22,8 +22,7 @@ export declare class ProductDetailService {
22
22
  options$: Observable<any>;
23
23
  asociatedData$: Observable<any>;
24
24
  private currentTotalAmount;
25
- private creditAmount;
26
- private remainingCredits;
25
+ private balanceCustomer;
27
26
  constructor(productsService: ProductsService, cartService: CartService, toastrService: ToastService, constants: Constants, analyticsService: AnalyticsService, currencyService: CurrencyService);
28
27
  /**
29
28
  * @param code Identificador del producto