From 8313eff6a926dc8f5313349a46e53be6fb1364ff Mon Sep 17 00:00:00 2001 From: Pragalbha Patil Date: Thu, 12 Sep 2019 23:44:25 +0530 Subject: [PATCH] payment-gateway prop --- .env | 6 +++--- .gitignore | 3 ++- routes/web.php | 3 +-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.env b/.env index 0d30d3f..1e8a532 100644 --- a/.env +++ b/.env @@ -49,6 +49,6 @@ PAYPAL_CLIENT_ID= PAYPAL_SECRET= PAYPAL_MODE=sandbox -IM_API_KEY=test_d883b3a8d2bc1adc7a535506713 -IM_AUTH_TOKEN=test_dc229039d2232a260a2df3f7502 -IM_URL=https://test.instamojo.com/api/1.1/ \ No newline at end of file +IM_API_KEY=797e2defb9d9daaab5e7d6ba52f79cd9 +IM_AUTH_TOKEN=b03fdf8ddeb625afc146e2003e7e55b3 +IM_URL=https://www.instamojo.com/api/1.1/payment-requests/ \ No newline at end of file diff --git a/.gitignore b/.gitignore index 099f64f..d3f5912 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ Homestead.json Homestead.yaml npm-debug.log -/storage/botman \ No newline at end of file +/storage/botman +.env \ No newline at end of file diff --git a/routes/web.php b/routes/web.php index 5588e1c..29f572a 100644 --- a/routes/web.php +++ b/routes/web.php @@ -20,5 +20,4 @@ Route::get('completepayment', 'PayController@index'); Route::post('pay', 'PayController@pay'); -Route::get('pay-success', 'PayController@success'); - +Route::get('pay-success', 'PayController@success'); \ No newline at end of file