@osovitny/anatoly 3.17.140 → 3.17.141

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.
@@ -1,2 +1,2 @@
1
1
  import { BuyAccessButtonComponent, SubscribePlanButtonComponent, OrderSummaryComponent, PaymentMethodsComponent, PaymentOptionsComponent, BraintreeDialog, PaypalButtonComponent, PaypalSubscribeButtonComponent, PayPalComponent, StripeDialog } from "./exports";
2
- export declare const COMPONENTS: (typeof PaypalSubscribeButtonComponent | typeof BuyAccessButtonComponent | typeof SubscribePlanButtonComponent | typeof OrderSummaryComponent | typeof PaymentMethodsComponent | typeof PaymentOptionsComponent | typeof BraintreeDialog | typeof PaypalButtonComponent | typeof PayPalComponent | typeof StripeDialog)[];
2
+ export declare const COMPONENTS: (typeof BuyAccessButtonComponent | typeof SubscribePlanButtonComponent | typeof OrderSummaryComponent | typeof PaymentMethodsComponent | typeof PaymentOptionsComponent | typeof BraintreeDialog | typeof PaypalButtonComponent | typeof PaypalSubscribeButtonComponent | typeof PayPalComponent | typeof StripeDialog)[];
@@ -43,7 +43,7 @@ export declare class PaymentsService {
43
43
  closeBraintreePaymentDialog(): void;
44
44
  createStripeSession(title: any, description: any, image: any): import("rxjs").Observable<any>;
45
45
  createBraintreeToken(): import("rxjs").Observable<any>;
46
- pay(paidFor: any, payId: any, payStatus: any, payDetails: any): void;
46
+ pay(paidFor: any, pmId: any, pmStatus: any, pmDetails: any): void;
47
47
  paymentFailed(stage: PaymentStage): void;
48
48
  static ɵfac: i0.ɵɵFactoryDeclaration<PaymentsService, never>;
49
49
  static ɵprov: i0.ɵɵInjectableDeclaration<PaymentsService>;
@@ -7,7 +7,7 @@ export declare class PaymentsApiService extends ApiServiceBase {
7
7
  constructor(http: HttpClient);
8
8
  createStripeSession(amount: any, currency: any, name: any, description: any, image: any): Observable<any>;
9
9
  createBraintreeToken(): Observable<any>;
10
- pay(paidFor: any, payMethod: any, subtotal: any, promoCode: any, total: any, currency: any, payId: any, payStatus: any, payDetails: any, success?: Function, error?: Function): import("rxjs").Subscription;
10
+ pay(paymentMethod: any, paidFor: any, subtotal: any, promoCode: any, total: any, currency: any, pmId: any, pmStatus: any, pmDetails: any, success?: Function, error?: Function): import("rxjs").Subscription;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<PaymentsApiService, never>;
12
12
  static ɵprov: i0.ɵɵInjectableDeclaration<PaymentsApiService>;
13
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.17.140",
3
+ "version": "3.17.141",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "17.1.2",
6
6
  "@angular/core": "17.1.2",