@@ -4,6 +4,7 @@ require_once (BASE_ROOT_PATH . '/helper/model_helper.php');
use mtopcard;
use refill;
+use refill\errcode;
class proxy
{
@@ -67,7 +68,7 @@ class proxy
if($errcode !== true)
$fNotify = true;
- if(($errcode === refill\errcode::MERCHANT_REFILL_ERROR && $neterr) || $errcode == refill\errcode::PROVIDER_OVERLOAD)
+ if(($errcode === refill\errcode::MERCHANT_REFILL_ERROR && $neterr) || $errcode == refill\errcode::PROVIDER_OVERLOAD || $errcode == errcode::MERCHANT_PRICE_UNSETTING)
[$org_quality,$quality] = refill\RefillFactory::instance()->find_quality($mchid,$amount,$card_type,$org_quality,$commit_times,time() - $order_time);
if ($quality > 0) {