sgh-stripe
Advanced tools
Comparing version 0.2.127 to 0.2.128
@@ -18,5 +18,2 @@ import { AfterViewInit } from '@angular/core'; | ||
apiKey: string; | ||
cardHandler: ({ error }: { | ||
error: any; | ||
}) => void; | ||
error: string; | ||
@@ -36,6 +33,2 @@ cardInfo: ElementRef; | ||
constructor(cdr: ChangeDetectorRef); | ||
onChange({ error }: { | ||
error: any; | ||
}): void; | ||
onSubmitStripe(): Promise<void>; | ||
payBtnEvent(email?: any): Promise<void>; | ||
@@ -42,0 +35,0 @@ privacyPolicyEventEmit(): Promise<void>; |
{ | ||
"name": "sgh-stripe", | ||
"version": "0.2.127", | ||
"version": "0.2.128", | ||
"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
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
165073
1503