Skip to content

Commit

Permalink
Update pay.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Snickser authored May 12, 2024
1 parent c74dc64 commit a81cc57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pay.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
"&Culture=" . current_language() .
"&Email=" . urlencode($USER->email) .
"&IsTest=" . $config->istestmode .
"&ExpirationDate=" . date(DATE_RFC3339_EXTENDED, time()+600) .
"&ExpirationDate=" . date(DATE_RFC3339_EXTENDED, time() + 600) .
"&Receipt=" . urlencode($receipt);

// Make payment.
Expand Down

0 comments on commit a81cc57

Please sign in to comment.