diff --git a/deposit.php b/deposit.php index f3798bc..87e37f0 100644 --- a/deposit.php +++ b/deposit.php @@ -126,7 +126,7 @@ function show_deposit_voucher_form($code = '')
How should the user deposit PP?
+How should the user deposit ?
Is there an API? Or should we just have the user fill in a form with:
PP Account Name: {$row['name']}
\n"; + echo "".CURRENCY." Account Name: {$row['name']}
\n"; // echo "Bank: {$row['bank']}
\n"; // echo "Account number: {$row['acc_num']}
\n"; // echo "Sort code: {$row['sort_code']}
\n"; diff --git a/withdraw.php b/withdraw.php index 5197dc2..54bae4c 100644 --- a/withdraw.php +++ b/withdraw.php @@ -74,7 +74,7 @@