Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fe62ecd0e1 | |||
| 4972b135d5 | |||
| e15f0ff2b2 | |||
| 4bbcb9639c | |||
| 306453cde4 | |||
| 2e8b364add | |||
| 50f53f6596 | |||
| 8e74c00480 |
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"npmci": {
|
"npmci": {
|
||||||
"npmGlobalTools": []
|
"npmGlobalTools": [],
|
||||||
|
"npmAccessLevel": "public"
|
||||||
},
|
},
|
||||||
"gitzone": {
|
"gitzone": {
|
||||||
"projectType": "npm",
|
"projectType": "npm",
|
||||||
|
|||||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@mojoio/paypal",
|
"name": "@mojoio/paypal",
|
||||||
"version": "1.0.3",
|
"version": "1.0.8",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@mojoio/paypal",
|
"name": "@mojoio/paypal",
|
||||||
"private": "false",
|
"private": false,
|
||||||
"version": "1.0.3",
|
"version": "1.0.8",
|
||||||
"description": "mojoio PayPal API abstraction",
|
"description": "mojoio PayPal API abstraction",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
"typings": "dist_ts/index.d.ts",
|
"typings": "dist_ts/index.d.ts",
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ export interface IPayPalOptions {
|
|||||||
clientSecret: string;
|
clientSecret: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export class PayPal {
|
export class PayPalAccount {
|
||||||
public apiBaseUrl: string = 'https://api.paypal.com'
|
public apiBaseUrl: string = 'https://api.paypal.com'
|
||||||
public options: IPayPalOptions;
|
public options: IPayPalOptions;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user