Comparing version 0.1.8 to 0.1.9
@@ -196,3 +196,3 @@ const axios = require('axios') | ||
await this.updateRates(country_currency) | ||
const data_order_id = await axios({ method:"post", url: `https://${env.api}/aqr/pay?total=${amount}¤cy=${country_currency}` }) | ||
const data_order_id = await axios({ method:"post", url: `${env.api}/aqr/pay?total=${amount}¤cy=${country_currency}` }) | ||
@@ -199,0 +199,0 @@ this.merchant_id = merchant_id |
{ | ||
"name": "crypttp", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "Module to call APIs of crypttp powered by alemey", | ||
@@ -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
8391