Skip to content

Commit

Permalink
Merge pull request banna360#1 from banna360/banna360-patch-1
Browse files Browse the repository at this point in the history
Update pay.php
  • Loading branch information
banna360 authored Dec 31, 2016
2 parents a78c032 + 0911bdc commit b4085cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pay.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

include 'src/instamojo.php';

$api = new Instamojo\Instamojo('a0143f32016b5cedac29f1d5d7945e06', 'ccc22327f73bfd4b1ce68af9dfb2f287','https://test.instamojo.com/api/1.1/');
$api = new Instamojo\Instamojo('API_KEY', 'AUTH_TOKEN','https://test.instamojo.com/api/1.1/');


try {
Expand Down Expand Up @@ -37,4 +37,4 @@
catch (Exception $e) {
print('Error: ' . $e->getMessage());
}
?>
?>

0 comments on commit b4085cc

Please sign in to comment.