From 89824803a11764128332db69a2dc57995b3016c7 Mon Sep 17 00:00:00 2001 From: Skylar Date: Thu, 19 May 2016 01:28:38 -0600 Subject: [PATCH] Remove unneeded copypasta code from different app project --- www/config/api.json | 4 ---- www/config/merchant.json | 5 ----- 2 files changed, 9 deletions(-) delete mode 100644 www/config/api.json delete mode 100644 www/config/merchant.json diff --git a/www/config/api.json b/www/config/api.json deleted file mode 100644 index a956baf..0000000 --- a/www/config/api.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "baseurl": "https://apis.noidpay.net/", - "urlappend": "?format=json" -} diff --git a/www/config/merchant.json b/www/config/merchant.json deleted file mode 100644 index 5625ffb..0000000 --- a/www/config/merchant.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "merchantname": "Test Merchant", - "merchantid": "1", - "balancetype": "1" -}