【发布时间】:2016-10-14 08:53:42
【问题描述】:
我使用的是 Prestashop 1.6,但有几天我遇到了银行转帐付款的问题。我刚刚尝试更新模块并激活调试,但没有出现任何有趣的东西。
当尝试确认订单(使用银行转帐付款方式)时出现此错误:
object(cMAOrder)#850 (9) { ["documentDate"]=> string(10) "2016-10-14" ["ourReference"]=> string(9) "OGWWAYOHE" ["paymentMethod"] => string(2) "BB" ["callBeforeDelivery"]=> bool(false) ["express"]=> bool(false) ["note"]=> string(0) "" ["invoiceRequired"]= > bool(false) ["details"]=> array(2) { [0]=> object(cMAOrderDetail)#271 (4) { ["item"]=> string(13) "2000017000329" ["qty" ]=> string(1) "1" ["unitValue"]=> string(8) "9.747800" ["discount1"]=> string(4) "0.00" } [1]=> object(cMAOrderDetail)#339 (4) { ["item"]=> string(13) "2000012010279" ["qty"]=> string(1) "1" ["unitValue"]=> string(10) "100.003400" ["discount1" ]=> string(4) "0.00" } } ["customer"]=> object(cMACustomer)#839 (19) { ["country"]=> string(5) "Italy" ["ISOCountryCode"]=> string(2) "IT" ["payment"]=> string(2) "BB" ["companyName"]=> string(12) "my" ["taxIDNumber"]=> string(0) "" ["财务代码"]=> string(0) "" ["address"]=> NULL ["ZIPCode"]=> string(5) "00166" ["city"]=> string(15) "Roma" ["county "]=> 字符串(2) "RM" ["teleph one"]=> string(10) "123456" ["mobilePrefix"]=> string(2) "39" ["mobileNumber"]=> string(10) "123546" ["email"]=> string(23 ) "f.carciofolo@key4web.it" ["workingTime"]=> string(2) "39" ["contactPerson"]=> string(10) "123456" ["custSuppKind"]=> string(7) " 7733248" ["category"]=> string(2) "VC" ["branch"]=> object(cMACustomerBranch)#852 (10) { ["country"]=> string(5) "Italy" ["ISOCountryCode "]=> string(2) "IT" ["companyName"]=> string(12) "my" ["address"]=> string(18) "street" ["ZIPCode"]=> string(5) "20093" ["city"]=> string(15) "Roma" ["county"]=> string(2) "RM" ["mobilePrefix"]=> string(2) "39" ["mobileNumber"] => 字符串(10) "123456" ["email"]=> 字符串(23) "my@my.it" } } }
我该如何解决这个问题?
【问题讨论】:
标签: error-handling prestashop-1.6