|
@@ -45,6 +45,8 @@ class proxy
|
|
|
$params['card_type'] = $card_type;
|
|
|
$params['regin_no'] = $region;
|
|
|
$regin_no = $region;
|
|
|
+ } else {
|
|
|
+ $validate = true;
|
|
|
}
|
|
|
|
|
|
Log::record("proxy::add mch_order={$mch_order} card_no = {$card_no} regin_no={$regin_no}",Log::DEBUG);
|
|
@@ -52,7 +54,6 @@ class proxy
|
|
|
if($first_comit) {
|
|
|
refill\util::incr_user_commit($mchid,$card_type,$amount,$org_quality);
|
|
|
}
|
|
|
-
|
|
|
if (!$validate)
|
|
|
{
|
|
|
$order_id = refill\RefillFactory::instance()->zero_order($mchid, $buyer_id, $amount, $card_no,
|