|
@@ -367,7 +367,7 @@ class order
|
|
|
$this->mProductCode = $params['product_code'];
|
|
|
$this->mThirdPorductType = $params['third_product_type'];
|
|
|
$this->mThirdCardType = $params['third_card_type'];
|
|
|
- $this->mRegionNo = 0;
|
|
|
+ $this->mRegionNo = $params['province'];
|
|
|
$this->mIsTransfer = false;
|
|
|
$this->mCardState = 0;
|
|
|
$this->mCardType = $card_type;
|