バージョン選択
フォーラム
メニュー
オンライン状況
|
 |
78 人のユーザが現在オンラインです。 (25 人のユーザが フォーラム を参照しています。) |
|
|
バグ報告・利用に関する質問
投稿者 |
スレッド |
daishi37 |
投稿日時: 2023/4/14 17:16
対応状況: −−−
|
新米   登録日: 2023/4/8 居住地: 投稿: 3 |
Re: ゼウス(zeus)決済プラグインの決済エラーについて 仙人様 コメントいただきありがとうございます。 エラーログを見つけ出してきました! こちらで内容わかるものでしょうか? 大変お手数ですが、みていただけると大変嬉しいです。 ※devモードで公開してしまっていたためログがdevモードのようです。 ___ FRONT __________________________________________________________________________________________
[注文処理] PaymentMethodを取得します.
--> - Plugin\ZeusPayment42\Service\Method\CreditPayment
--> extra: { url: /shopping/checkout, ip: 60.127.217.243, http_method: POST, server: ****, referrer: 'https://****/shopping/confirm', user_agent: '****', file: /home/****/****/public_html/src/Eccube/Log/Logger.php, line: 66, class: Eccube\Log\Logger, callType: '->', function: log, uid: 2b93322, user_id: 25, session_id: 3d2b35a6 }
___ FRONT __________________________________________________________________________________________
[注文処理] PaymentMethod::applyを実行します.
___ DOCTRINE _______________________________________________________________________________________
Executing statement: SELECT t0.display_order_count AS display_order_count_1, t0.id AS id_2,
t0.name AS name_3, t0.sort_no AS sort_no_4, t0.discriminator_type FROM mtb_order_status t0 WHERE
t0.id = ? AND t0.discriminator_type IN ('orderstatus') (parameters: {params}, types: {types})
--> { }
--> extra: { url: /shopping/checkout, ip: 60.127.217.243, http_method: POST, server: ****, referrer: 'https://****/shopping/confirm', user_agent: '****', file: /home/****/****/public_html/vendor/doctrine/dbal/src/Logging/Statement.php, line: 95, class: Doctrine\DBAL\Logging\Statement, callType: '->', function: execute, uid: 2b93322, user_id: 25, session_id: 3d2b35a6 }
___ FRONT __________________________________________________________________________________________
[注文処理] PaymentMethod::checkoutを実行します.
--> extra: { url: /shopping/checkout, ip: 60.127.217.243, http_method: POST, server: ****, referrer: 'https://****/shopping/confirm', user_agent: '****', file: /home/****/****/public_html/src/Eccube/Log/Logger.php, line: 66, class: Eccube\Log\Logger, callType: '->', function: log, uid: 2b93322, user_id: 25, session_id: 3d2b35a6 }
___ NOTICE FRONT ___________________________________________________________________________________
NOT 3Dセキュア
___ NOTICE FRONT ___________________________________________________________________________________
ゼウス応答結果:<?xml version="1.0" encoding="utf-8"?>
<response service="secure_link" action="payment">
<result>
<status>success</status>
<code>000</code>
</result>
<order_number>183.90.232.27-247238-746713736-572713227</order_number>
<card>
<number>
<prefix></prefix>
<suffix></suffix>
</number>
<expires>
<year></year>
<month></month>
</expires>
</card>
</response>
___ DOCTRINE _______________________________________________________________________________________
Executing statement: SELECT 1 FROM dtb_product_stock t0 WHERE t0.id = ? AND t0.discriminator_type
IN ('productstock') FOR UPDATE (parameters: {params}, types: {types})
--> { }
--> extra: { url: /shopping/checkout, ip: 60.127.217.243, http_method: POST, server: ****, referrer: 'https://****/shopping/confirm', user_agent: '****', file: /home/****/****/public_html/vendor/doctrine/dbal/src/Logging/Statement.php, line: 95, class: Doctrine\DBAL\Logging\Statement, callType: '->', function: execute, uid: 2b93322, user_id: 25, session_id: 3d2b35a6 }
___ DOCTRINE _______________________________________________________________________________________
Executing statement: SELECT t0.id AS id_1, t0.stock AS stock_2, t0.create_date AS create_date_3,
t0.update_date AS update_date_4, t0.product_class_id AS product_class_id_5, t0.creator_id AS
creator_id_6, t0.discriminator_type FROM dtb_product_stock t0 WHERE t0.id = ? AND
t0.discriminator_type IN ('productstock') (parameters: {params}, types: {types})
--> { }
___ *** ERROR *** ==> FRONT ________________________________________________________________________
注文完了できません。「****」の在庫が足りません。
--> extra: { url: /shopping/checkout, ip: 60.127.217.243, http_method: POST, server: ****, referrer: 'https://****/shopping/confirm', user_agent: '****', file: /home/****/****/public_html/src/Eccube/Log/Logger.php, line: 66, class: Eccube\Log\Logger, callType: '->', function: log, uid: 2b93322, user_id: 25, session_id: 3d2b35a6 }
___ *** ERROR *** ==> FRONT ________________________________________________________________________
Eccube\Exception\ShoppingException:
「xxx」の在庫が足りません。 in
/home/****/****/public_html/src/Eccube/Service/PurchaseFlow/Processor/StockReduceProcessor.php:96
Stack trace:
#0
/home/****/****/public_html/src/Eccube/Service/PurchaseFlow/Processor/StockReduceProcessor.php(60):
Eccube\Service\PurchaseFlow\Processor\StockReduceProcessor->eachProductOrderItems(Object(Eccube\Entity\Order),
Object(Closure))
#1
/home/****/****/public_html/src/Eccube/Service/PurchaseFlow/PurchaseFlow.php(193):
Eccube\Service\PurchaseFlow\Processor\StockReduceProcessor->prepare(Object(Eccube\Entity\Order),
Object(Eccube\Service\PurchaseFlow\PurchaseContext))
#2
/home/****/****/public_html/app/Plugin/ZeusPayment42/Service/Method/CreditPayment.php(152):
Eccube\Service\PurchaseFlow\PurchaseFlow->prepare(Object(Eccube\Entity\Order),
Object(Eccube\Service\PurchaseFlow\PurchaseContext))
#3
/home/****/****/public_html/src/Eccube/Controller/ShoppingController.php(803):
Plugin\ZeusPayment42\Service\Method\CreditPayment->checkout()
#4
/home/****/****/public_html/src/Eccube/Controller/ShoppingController.php(413):
Eccube\Controller\ShoppingController->executeCheckout(Object(Plugin\ZeusPayment42\Service\Method\CreditPayment))
#5
/home/****/****/public_html/vendor/symfony/http-kernel/HttpKernel.php(153):
Eccube\Controller\ShoppingController->checkout(Object(Symfony\Component\HttpFoundation\Request))
#6
/home/****/****/public_html/vendor/symfony/http-kernel/HttpKernel.php(75):
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request),
1)
#7 /home/****/****/public_html/vendor/symfony/http-kernel/Kernel.php(202):
Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request),
1, true)
#8 /home/****/****/public_html/index.php(83):
Symfony\Component\HttpKernel\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request))
#9 {main}
|
|
|
|
統計情報
総メンバー数は98,324名です
総投稿数は112,022件です
|