@angular_faruk/paypal
Advanced tools
Comparing version 9.1.1 to 9.1.2
@@ -19,8 +19,1 @@ export interface Orderinterface { | ||
} | ||
export interface CapturePayload { | ||
amount: { | ||
value: string; | ||
currency_code: string; | ||
}; | ||
final_capture: boolean; | ||
} |
import { PaypalService } from './paypal.service'; | ||
import { CapturePayload, Orderinterface } from '../lib/interface'; | ||
import { Orderinterface } from '../lib/interface'; | ||
import { CapturePayload } from '../lib/interfacecapture'; | ||
import * as i0 from "@angular/core"; | ||
@@ -4,0 +5,0 @@ export declare class PaypalComponent { |
{ | ||
"name": "@angular_faruk/paypal", | ||
"version": "9.1.1", | ||
"version": "9.1.2", | ||
"description": "this is new package with api ", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,1 +5,2 @@ export * from './lib/paypal.service'; | ||
export * from './lib/interface'; | ||
export * from './lib/interfacecapture'; |
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
18
211013