@angular_faruk/paypal
Advanced tools
Comparing version 2.7.2 to 2.8.2
@@ -1,6 +0,5 @@ | ||
import { OnInit } from '@angular/core'; | ||
import { PaypalService } from './paypal.service'; | ||
import { Orderinterface } from '../lib/interface'; | ||
import * as i0 from "@angular/core"; | ||
export declare class PaypalComponent implements OnInit { | ||
export declare class PaypalComponent { | ||
private PaypalService; | ||
@@ -21,4 +20,2 @@ token: any; | ||
constructor(PaypalService: PaypalService); | ||
ngOnInit(): void; | ||
call_function(): void; | ||
Access_token(ClientID: string, Secret_id: string): Promise<any>; | ||
@@ -25,0 +22,0 @@ create_order(OrderformData: Orderinterface, intent: string): Promise<any>; |
{ | ||
"name": "@angular_faruk/paypal", | ||
"version": "2.7.2", | ||
"version": "2.8.2", | ||
"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
188150
1613