webfast 0.1.89 → 0.1.90

Sign up to get free protection for your applications and to get access to all the features.
@@ -31,7 +31,7 @@ module.exports = {
31
31
  //const configRead = JSON.parse(program.fs.readFileSync(program.path.join(program.set.path,`payment.config.json`),`UTF-8`));
32
32
  const configRead = {
33
33
  "mollie" : {
34
- "active" : process.env.MOLLIE_ACTIVE,
34
+ "active" : Boolean(process.env.MOLLIE_ACTIVE),
35
35
  "key" : process.env.MOLLIE_KEY,
36
36
  "partnerId" : process.env.MOLLIE_PARTNER_ID,
37
37
  "profileId" : process.env.MOLLIE_PROFILE_ID,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webfast",
3
- "version": "0.1.89",
3
+ "version": "0.1.90",
4
4
  "description": "WebFast! Bot Application, including TON mini-apps for makign it easy and fast to build ini-apps",
5
5
  "main": "index.js",
6
6
  "repository": {