Skip to content

Commit

Permalink
payment-gateway prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Pragalbha-Patil committed Sep 12, 2019
1 parent aa14427 commit 8313eff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -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/
IM_API_KEY=797e2defb9d9daaab5e7d6ba52f79cd9
IM_AUTH_TOKEN=b03fdf8ddeb625afc146e2003e7e55b3
IM_URL=https://www.instamojo.com/api/1.1/payment-requests/
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
Homestead.json
Homestead.yaml
npm-debug.log
/storage/botman
/storage/botman
.env
3 changes: 1 addition & 2 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');

0 comments on commit 8313eff

Please sign in to comment.