fix(core): update

This commit is contained in:
Philipp Kunz 2020-08-23 15:35:28 +00:00
parent e15f0ff2b2
commit 4972b135d5

View File

@ -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;