We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c9cf93 + a4091a0 commit 482ae59Copy full SHA for 482ae59
src/views/redirect.php
@@ -12,7 +12,7 @@
12
?>
13
<div class="perfect-money-checkout">
14
<p><?= $message ?></p>
15
- <form id="perfect-money-checkout-form" action="https://perfectmoney.is/api/step1.asp" method="POST">
+ <form id="perfect-money-checkout-form" action="https://perfectmoney.com/api/step1.asp" method="POST">
16
<input type="hidden" name="PAYEE_ACCOUNT" value="<?= $api->walletNumber ?>">
17
<input type="hidden" name="PAYEE_NAME" value="<?= $api->merchantName ?>">
18
<input type="hidden" name="PAYMENT_UNITS" value="<?= $api->walletCurrency ?>">
@@ -25,4 +25,4 @@
25
<input type="hidden" name="PAYMENT_AMOUNT" value="<?= $amount ?>">
26
<input type="hidden" name="SUGGESTED_MEMO" value="<?= $description ?>">
27
</form>
28
-</div>
+</div>
0 commit comments