From 4972b135d5dba96e5cc7b6df0036e90d138078c7 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 23 Aug 2020 15:35:28 +0000 Subject: [PATCH] fix(core): update --- ts/paypal.classes.paypal.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/paypal.classes.paypal.ts b/ts/paypal.classes.paypal.ts index e2080b0..d07e2c1 100644 --- a/ts/paypal.classes.paypal.ts +++ b/ts/paypal.classes.paypal.ts @@ -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;