|
@@ -10,6 +10,7 @@ class order
|
|
|
private $mMchid;
|
|
|
private $mBuyerId;
|
|
|
private $mAmount;
|
|
|
+// private $mMchAmount;
|
|
|
private $mCardNo;
|
|
|
private $mMchOrder;
|
|
|
private $mNotifyUrl;
|
|
@@ -50,6 +51,7 @@ class order
|
|
|
$this->mMchCardTypes = [];
|
|
|
$this->mFirstQuality = 0;
|
|
|
$this->mOverPriceFlag = 0;
|
|
|
+// $this->mMchAmount = 0.0001;
|
|
|
}
|
|
|
|
|
|
public function finish()
|
|
@@ -296,6 +298,9 @@ class order
|
|
|
$this->mIsTransfer = $refill_info['is_transfer'] == 1;
|
|
|
$this->mIsValidate = mtopcard\is_validate($this->mCardState);
|
|
|
|
|
|
+// $this->mQuantity = intval($order_info['goods_num']);
|
|
|
+
|
|
|
+
|
|
|
if (!empty($third_info) && $this->is_third()) {
|
|
|
$this->mProductCode = $third_info['product_code'];
|
|
|
$this->mThirdPorductType = $third_info['third_product_type'];
|