fix(core): update
This commit is contained in:
parent
e15f0ff2b2
commit
4972b135d5
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user