Skip to content

Commit 482ae59

Browse files
author
Alexey Samoylov
authored
Merge pull request #3 from gregory-p/patch-1
Update URL from to perfectmoney.com
2 parents 0c9cf93 + a4091a0 commit 482ae59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/redirect.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
?>
1313
<div class="perfect-money-checkout">
1414
<p><?= $message ?></p>
15-
<form id="perfect-money-checkout-form" action="https://perfectmoney.is/api/step1.asp" method="POST">
15+
<form id="perfect-money-checkout-form" action="https://perfectmoney.com/api/step1.asp" method="POST">
1616
<input type="hidden" name="PAYEE_ACCOUNT" value="<?= $api->walletNumber ?>">
1717
<input type="hidden" name="PAYEE_NAME" value="<?= $api->merchantName ?>">
1818
<input type="hidden" name="PAYMENT_UNITS" value="<?= $api->walletCurrency ?>">
@@ -25,4 +25,4 @@
2525
<input type="hidden" name="PAYMENT_AMOUNT" value="<?= $amount ?>">
2626
<input type="hidden" name="SUGGESTED_MEMO" value="<?= $description ?>">
2727
</form>
28-
</div>
28+
</div>

0 commit comments

Comments
 (0)