flowcl-node-api-client
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -7,3 +7,3 @@ const axios = require("axios"); | ||
class FlowApi { | ||
export default class FlowApi { | ||
constructor({ apiKey, secretKey, apiURL }) { | ||
@@ -125,2 +125,15 @@ this.apiKey = apiKey; | ||
} | ||
module.exports = FlowApi; | ||
export const FlowStatus = { | ||
PENDING_PAYMENT: 1, | ||
PAIED: 2, | ||
REJECTED: 3, | ||
CANCELED: 4 | ||
}; | ||
export const PaymentMethod = { | ||
WEBPAY: 1, | ||
SERVIPAG: 2, | ||
MULTICAJA: 3, | ||
ONEPAY: 4, | ||
CRYPOMONEDA: 5, | ||
TODOS_LOS_MEDIOS: 9 | ||
}; |
{ | ||
"name": "flowcl-node-api-client", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"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
23111
400