【发布时间】:2014-12-18 13:53:30
【问题描述】:
我正在尝试使用在线退款实现支付网关。 在我的模型中
protected $_canCapture = true;
protected $_canRefund = true;
public function capture(Varien_Object $payment, $amount) {
....
return $this;
}
public function refund(Varien_Object $payment, $amount) {
....
return $this;
}
它正在捕获付款罚款,但是当我进入发票和贷项通知单时,我只能离线退款。
有人知道我还需要什么吗?
谢谢
【问题讨论】:
标签: php magento magento-1.7