Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/272.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php 在何处设置从支付网关返回的信用卡详细信息_Php_Magento_Paypal - Fatal编程技术网

Php 在何处设置从支付网关返回的信用卡详细信息

Php 在何处设置从支付网关返回的信用卡详细信息,php,magento,paypal,Php,Magento,Paypal,我已经制定了基于自定义重定向的付款方法 public function getOrderPlaceRedirectUrl() { return Mage::getUrl('pay/index/redirect', array('_secure' => true)); } 在重定向操作中,我重定向到网关url public function redirectAction() { $this->_redirectUrl("https://mygateway_url?pa

我已经制定了基于自定义重定向的付款方法

public function getOrderPlaceRedirectUrl()
{
    return Mage::getUrl('pay/index/redirect', array('_secure' => true));
}
在重定向操作中,我重定向到网关url

public function redirectAction() {
    $this->_redirectUrl("https://mygateway_url?parameter1=value1&parameter2=value2);
}

它将返回带有用户信用卡详细信息的支付状态。我的问题是,在哪里设置从网关服务返回的信用卡详细信息。

这取决于支付网关,如果您的站点未使用https,大多数支付网关不会提供卡的详细信息,有关卡的详细信息,您需要联系支付网关支持