Skip to content

Commit

Permalink
Change default currency to INR
Browse files Browse the repository at this point in the history
  • Loading branch information
paykun-code committed Jan 26, 2021
1 parent 8ef1326 commit 9590b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/submit.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
$failUrl = str_replace("request.php", "failed", $_SERVER['HTTP_REFERER']);

// Initializing Order
$obj->initOrder(generateByMicrotime(), $product_name, $amount, $successUrl, $failUrl, 'USD');
$obj->initOrder(generateByMicrotime(), $product_name, $amount, $successUrl, $failUrl, 'IND');

// Add Customer
$obj->addCustomer($fname, $email, $contact);
Expand Down

0 comments on commit 9590b75

Please sign in to comment.