fix(core): update
This commit is contained in:
@ -5,7 +5,7 @@ export interface IPayPalOptions {
|
||||
clientSecret: string;
|
||||
}
|
||||
|
||||
export class PayPal {
|
||||
export class PayPalAccount {
|
||||
public apiBaseUrl: string = 'https://api.paypal.com'
|
||||
public options: IPayPalOptions;
|
||||
|
||||
|
Reference in New Issue
Block a user