flowcl-node-api-client
Advanced tools
Comparing version 1.1.0 to 1.1.2
@@ -7,3 +7,3 @@ const axios = require("axios"); | ||
export default class FlowApi { | ||
class FlowApi { | ||
constructor({ apiKey, secretKey, apiURL }) { | ||
@@ -125,3 +125,3 @@ this.apiKey = apiKey; | ||
} | ||
export const FlowStatus = { | ||
const FlowStatus = { | ||
PENDING_PAYMENT: 1, | ||
@@ -132,3 +132,3 @@ PAIED: 2, | ||
}; | ||
export const PaymentMethod = { | ||
const PaymentMethod = { | ||
WEBPAY: 1, | ||
@@ -141,1 +141,4 @@ SERVIPAG: 2, | ||
}; | ||
FlowApi.FlowStatus = FlowStatus | ||
FlowApi.PaymentMethod = PaymentMethod | ||
module.exports = FlowApi |
@@ -1,1 +0,1 @@ | ||
module.exports = require("./lib/index"); | ||
module.exports = require("./es/index"); |
{ | ||
"name": "flowcl-node-api-client", | ||
"version": "1.1.0", | ||
"version": "1.1.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
10253
6
235