@angular_faruk/paypal
Advanced tools
Comparing version 9.1.2 to 9.1.4
export interface CapturePayload { | ||
amount: { | ||
value: string; | ||
value: number; | ||
currency_code: string; | ||
@@ -5,0 +5,0 @@ }; |
@@ -29,3 +29,3 @@ import { PaypalService } from './paypal.service'; | ||
Reauthorize_authorized_payment(authorization_id: string): Promise<any>; | ||
Capture_authorized_payment(authorization_id: string, Capturedata: CapturePayload, captures: boolean): Promise<any>; | ||
Capture_authorized_payment(authorization_id: string, Capturedata: CapturePayload): Promise<any>; | ||
Show_captured_payment_details(capture_ids: string): Promise<any>; | ||
@@ -32,0 +32,0 @@ Refund_captured_payment(capture_id: string): Promise<any>; |
{ | ||
"name": "@angular_faruk/paypal", | ||
"version": "9.1.2", | ||
"version": "9.1.4", | ||
"description": "this is new package with api ", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
210883