Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/magento/5.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
Magento信用卡对账单显示;门店id 1“;_Magento_Transactions_Stripe Payments - Fatal编程技术网

Magento信用卡对账单显示;门店id 1“;

Magento信用卡对账单显示;门店id 1“;,magento,transactions,stripe-payments,Magento,Transactions,Stripe Payments,我正在使用带有netgains stripe模块的Magento,一切正常。但是,在处理订单时,信用卡对账单将交易显示为“门店id 1”的附属交易。我如何更改此项,以便在信用卡对账单上显示门店名称而不是门店id 1信息 提前感谢您现在可能已经找到了答案,但如果您还没有找到答案,我可以提供一些帮助 在第146行的app/code/local/Netgains/Stripe/Model/Stripe.php中,您将看到: $storeId = 'Store Id'.' '.Mage:

我正在使用带有netgains stripe模块的Magento,一切正常。但是,在处理订单时,信用卡对账单将交易显示为“门店id 1”的附属交易。我如何更改此项,以便在信用卡对账单上显示门店名称而不是门店id 1信息


提前感谢

您现在可能已经找到了答案,但如果您还没有找到答案,我可以提供一些帮助

在第146行的app/code/local/Netgains/Stripe/Model/Stripe.php中,您将看到:

        $storeId = 'Store Id'.' '.Mage::app()->getStore()->getId();
您可以将“Store Id”更改为站点/公司的名称,然后它将显示在客户的对账单描述符上