提交 3ed0a613 编写于 作者: R root

快捷支付失败后,直接取消订单,以免后面的自动化脚本释放库存到产品

上级 52603723
......@@ -88,6 +88,10 @@ class Placeorder {
return true;
}
}
# 如果订单支付过程中失败,将订单取消掉
if(!$doExpressCheckoutReturn || !$ExpressOrderPayment){
Yii::$service->order->cancel();
}
//return true;
}
}
......
......@@ -87,6 +87,10 @@ class Placeorder {
}
}
}
# 如果订单支付过程中失败,将订单取消掉
if(!$doExpressCheckoutReturn || !$ExpressOrderPayment){
Yii::$service->order->cancel();
}
}
}else{
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册