|
@@ -36,6 +36,7 @@ class Notify extends Core
|
|
|
$this->setParam('bankType');
|
|
|
$this->setParam('cardType');
|
|
|
$this->setParam('signType');
|
|
|
+ $this->setParam('funcode');
|
|
|
$error = $this->getError();
|
|
|
if ($error) {
|
|
|
$tool->updateOrder($this->param['mhtOrderNo'], $this->param['mhtOrderAmt'], $error);
|