sgh-stripe
Advanced tools
Comparing version 0.2.128 to 0.2.129
import { AfterViewInit } from '@angular/core'; | ||
import { ElementRef, ChangeDetectorRef, EventEmitter } from '@angular/core'; | ||
import { ElementRef, EventEmitter } from '@angular/core'; | ||
import { StripeData } from "./stripe-data"; | ||
@@ -7,3 +7,2 @@ import { ClientData } from "./client-data"; | ||
export declare class StripeViewComponent { | ||
private cdr; | ||
stripeData: StripeData; | ||
@@ -32,3 +31,3 @@ clientData: ClientData; | ||
paymentType: any; | ||
constructor(cdr: ChangeDetectorRef); | ||
constructor(); | ||
payBtnEvent(email?: any): Promise<void>; | ||
@@ -35,0 +34,0 @@ privacyPolicyEventEmit(): Promise<void>; |
{ | ||
"name": "sgh-stripe", | ||
"version": "0.2.128", | ||
"version": "0.2.129", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^15.2.8", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
160005
1427