Add source to invoice criteria. Modify invoice rules to get service fees from... #1701
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ class AuthController extends ApiController
|
|||
$otp_mode = $_ENV['OTP_MODE'];
|
||||
|
||||
// check for hardcoded phone number for app store testing
|
||||
if ($phone_number == '639221111111') {
|
||||
if ($phone_number == '9991112233' || $phone_number == '9221111111') {
|
||||
$code = '123456';
|
||||
$this->session->setConfirmCode($code)
|
||||
->setPhoneNumber($phone_number);
|
||||
|
|
|
|||
Loading…
Reference in a new issue