2016-10-14 5 views
0

私はprestashop 1.6を使用していますが、銀行送金の支払いに問題があります。モジュールを更新してデバッグを有効にしようとしましたが、面白い情報は表示されません。銀行振り込みでエラーが発生するPrestashop

とき、私はこのエラーを持っている(銀行の送迎のお支払方法で)注文を確認してみてください:

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) "" ["fiscalCode"]=> string(0) "" ["address"]=> NULL ["ZIPCode"]=> string(5) "00166" ["city"]=> string(15) "Roma" ["county"]=> string(2) "RM" ["telephone"]=> string(10) "123456" ["mobilePrefix"]=> string(2) "39" ["mobileNumber"]=> string(10) "123546" ["email"]=> string(23) "[email protected]" ["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"]=> string(10) "123456" ["email"]=> string(23) "[email protected]" } } } 

ウィッヒについては何もアイデアが問題でしょうか?

ありがとうございました

答えて

0

下記のファイルが存在するかどうかを確認してください。

オーバーライド/クラス/オーダー/ OrderPayment.php

YESの場合、_OrderPayment.phpに名前を変更し、問題が解決されているかどうかを参照してください。

関連する問題