Version 1.0.6
Pre-release
Pre-release
This pre-release update features:
-A security update
-Improved statistics page
-Adjustments to setup.sh
For those of you who will be implementing cryptocurrency transactions for your Gateway, instead of the whole number with a limit of 6 digits regular expression, use this regular expression:
$amount_exp = '/([0-9]{1,6})\.{1}([0-9]{1,8})/';
Please note that within this format, users must specify their deposit/withdrawal requests in the format 0.12345678 for fractional withdrawals and 1.0 for whole number withdrawals.