@smartpay/sdk-node
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -251,2 +251,3 @@ export interface LooseObject { | ||
currency?: string; | ||
reference?: string; | ||
description?: string; | ||
@@ -260,3 +261,5 @@ metadata?: MetaData; | ||
reason?: RefundReason; | ||
reference?: string; | ||
description?: string; | ||
metadata?: MetaData; | ||
}; | ||
@@ -263,0 +266,0 @@ export declare type OrdersCollection = { |
@@ -496,3 +496,3 @@ var __defProp = Object.defineProperty; | ||
"dev-lang": "nodejs", | ||
"sdk-version": "0.4.0" | ||
"sdk-version": "0.5.1" | ||
}; | ||
@@ -499,0 +499,0 @@ const req = this.request(`/checkout-sessions?${qs.stringify(params)}`, { |
@@ -251,2 +251,3 @@ export interface LooseObject { | ||
currency?: string; | ||
reference?: string; | ||
description?: string; | ||
@@ -260,3 +261,5 @@ metadata?: MetaData; | ||
reason?: RefundReason; | ||
reference?: string; | ||
description?: string; | ||
metadata?: MetaData; | ||
}; | ||
@@ -263,0 +266,0 @@ export declare type OrdersCollection = { |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Smartpay SDK NodeJS", | ||
@@ -27,2 +27,3 @@ "main": "./build/cjs/index.cjs", | ||
"build": "yarn build:esm && yarn build:cjs", | ||
"prepublish": "npm run build", | ||
"pretest": "yarn build", | ||
@@ -29,0 +30,0 @@ "test:unit": "tape test/unit.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
107418
3499