|
@@ -383,7 +383,9 @@ class order
|
|
} elseif ($this->mThirdPorductType == mtopcard\ThirdSinopecECouponPoroduct) {
|
|
} elseif ($this->mThirdPorductType == mtopcard\ThirdSinopecECouponPoroduct) {
|
|
$this->mThirdExtes['province'] = $params['province'];
|
|
$this->mThirdExtes['province'] = $params['province'];
|
|
}
|
|
}
|
|
- } else {
|
|
|
|
|
|
+ }
|
|
|
|
+ else
|
|
|
|
+ {
|
|
$this->mProductCode = '';
|
|
$this->mProductCode = '';
|
|
$this->mCurQuality = intval($params['quality']) ?? 0;
|
|
$this->mCurQuality = intval($params['quality']) ?? 0;
|
|
$this->mThirdCardType = 1; //deafult value
|
|
$this->mThirdCardType = 1; //deafult value
|
|
@@ -406,9 +408,9 @@ class order
|
|
$this->mCardState = $params['cardno_state'];
|
|
$this->mCardState = $params['cardno_state'];
|
|
$this->mIsValidate = $params['is_validate'] == 1;
|
|
$this->mIsValidate = $params['is_validate'] == 1;
|
|
}
|
|
}
|
|
-
|
|
|
|
- $this->mChannelFilter = new channel_filter($this->mMchid,$this->mMchOrder,$this->mCardType);
|
|
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ $this->mChannelFilter = new channel_filter($this->mMchid,$this->mMchOrder,$this->mCardType);
|
|
}
|
|
}
|
|
|
|
|
|
public function ZeroRefillParams($order_id, $order_sn, $spec, $mch_amount, $channel_name, $channel_amout, $err_msg)
|
|
public function ZeroRefillParams($order_id, $order_sn, $spec, $mch_amount, $channel_name, $channel_amout, $err_msg)
|