如何在Magento中获取信用卡号和CVV(订单ID)?

时间:2015-08-30 15:05:15

标签: magento

我想通过Magento中的订单ID获取信用卡详细信息。这是我到目前为止的代码:

$payment_method = $order->getPayment()->getMethodInstance()->getTitle();
$payment = $order->getPayment();
$order_info->setCardexpiration_month($order->getPayment()-  >getCcExpMonth());
$order_info->setCardexpiration_year($order->getPayment()->getCcExpYear());
echo $payment->getCc_cid();

0 个答案:

没有答案