Comparing version 0.2.0 to 0.2.1
@@ -236,3 +236,3 @@ const axios = require('axios') | ||
this.merchant_id = merchant_id | ||
this.order_id = data_order_id.id | ||
this.order_id = data_order_id.data.id | ||
this.amount = { | ||
@@ -239,0 +239,0 @@ ETHEREUM: (amount / this.rates["ETH"]).toString(), |
{ | ||
"name": "crypttp", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Module to call APIs of crypttp powered by alemey", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
11272