Magento_Payment_Block_Info を使用してページ上のチェックアウトで POST をキャプチャする方法は?
class Ks_Gippayment_Block_Info extends Mage_Payment_Block_Info
{
protected function _construct()
{
parent::_construct();
$this->setTemplate('ks/info.phtml');
}
public function getSomePostData()
{
//****direct get POST/GET data from onepage checkout
}