cabinetsbay / site

cabinetsbay.com (Magento 2)
https://upwork.com/fl/mage2pro
0 stars 1 forks source link

[PayPal Payflow] «The payment couldn't be processed at this time» #48

Open dmitrii-fediuk opened 8 months ago

dmitrii-fediuk commented 8 months ago
[
    Mage2.PRO: {
        "mage2pro/core": "10.4.8",
        "Magento": "2.4.4",
        "PHP": "7.4.33",
        "URL": "https://cabinetsbay.com/rest/default/V1/guest-carts/GJ07Bd4kIY1EEU0bY2mlZuv4IV7hMiB4/payment-information",
        "Time": "2023-12-30 23:06:24",
        "Referer": "https://cabinetsbay.com/checkout/",
        "IP Address": "2600:387:15:612::2",
        "Request Method": "POST",
        "User-Agent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Mobile Safari/537.36",
        "php://input": "..."
    }
    channel: main
    context: []
    datetime: Monolog\DateTimeImmutable "2023-12-30T23:06:24.015898+00:00"
    extra: []
    level: 500
    level_name: CRITICAL
    message: Placing an order with quote_id GJ07Bd4kIY1EEU0bY2mlZuv4IV7hMiB4 is failed: The payment couldn't be processed at this time. Please try again later.
]

1   Df\Framework\Log\Dispatcher::handle
    https://github.com/mage2pro/core/tree/10.4.8/Framework/Log/Dispatcher.php#L88

2   Monolog\Logger::addRecord
    vendor/monolog/monolog/src/Monolog/Logger.php:399

3   Monolog\Logger::critical
    vendor/monolog/monolog/src/Monolog/Logger.php:663

4   Magento\Framework\Logger\LoggerProxy::critical
    https://github.com/magento/magento2/tree/2.4.4/lib/internal/Magento/Framework/Logger/LoggerProxy.php#L118

5   Magento\Checkout\Model\GuestPaymentInformationManagement::savePaymentInformationAndPlaceOrder
    https://github.com/magento/magento2/tree/2.4.4/app/code/Magento/Checkout/Model/GuestPaymentInformationManagement.php#L130

6   Magento\Checkout\Model\GuestPaymentInformationManagement::___callParent
    https://github.com/magento/magento2/tree/2.4.4/lib/internal/Magento/Framework/Interception/Interceptor.php#L58

7   Magento\Checkout\Model\GuestPaymentInformationManagement::Magento\Framework\Interception\{closure}
    https://github.com/magento/magento2/tree/2.4.4/lib/internal/Magento/Framework/Interception/Interceptor.php#L138

8   Magento\Checkout\Model\GuestPaymentInformationManagement::___callPlugins
    https://github.com/magento/magento2/tree/2.4.4/lib/internal/Magento/Framework/Interception/Interceptor.php#L153

9   Magento\Checkout\Model\GuestPaymentInformationManagement::savePaymentInformationAndPlaceOrder
    generated/code/Magento/Checkout/Model/GuestPaymentInformationManagement/Interceptor.php:23

10  call_user_func_array
    0

11  Magento\Webapi\Controller\Rest\SynchronousRequestProcessor::process
    https://github.com/magento/magento2/tree/2.4.4/app/code/Magento/Webapi/Controller/Rest/SynchronousRequestProcessor.php#L95

12  Magento\Webapi\Controller\Rest::dispatch
    https://github.com/magento/magento2/tree/2.4.4/app/code/Magento/Webapi/Controller/Rest.php#L188

13  Magento\Webapi\Controller\Rest::___callParent
    https://github.com/magento/magento2/tree/2.4.4/lib/internal/Magento/Framework/Interception/Interceptor.php#L58

14  Magento\Webapi\Controller\Rest::Magento\Framework\Interception\{closure}
    https://github.com/magento/magento2/tree/2.4.4/lib/internal/Magento/Framework/Interception/Interceptor.php#L138

15  Magento\Webapi\Controller\Rest::___callPlugins
    https://github.com/magento/magento2/tree/2.4.4/lib/internal/Magento/Framework/Interception/Interceptor.php#L153

16  Magento\Webapi\Controller\Rest::dispatch
    generated/code/Magento/Webapi/Controller/Rest/Interceptor.php:23

17  Magento\Framework\App\Http::launch
    https://github.com/magento/magento2/tree/2.4.4/lib/internal/Magento/Framework/App/Http.php#L116

18  Magento\Framework\App\Http::___callParent
    https://github.com/magento/magento2/tree/2.4.4/lib/internal/Magento/Framework/Interception/Interceptor.php#L58

19  Magento\Framework\App\Http::Magento\Framework\Interception\{closure}
    https://github.com/magento/magento2/tree/2.4.4/lib/internal/Magento/Framework/Interception/Interceptor.php#L138

20  Df\Framework\Plugin\App\Http::aroundLaunch
    https://github.com/mage2pro/core/tree/10.4.8/Framework/Plugin/App/Http.php#L10

21  Magento\Framework\App\Http::Magento\Framework\Interception\{closure}
    https://github.com/magento/magento2/tree/2.4.4/lib/internal/Magento/Framework/Interception/Interceptor.php#L135

22  Magento\Framework\App\Http::___callPlugins
    https://github.com/magento/magento2/tree/2.4.4/lib/internal/Magento/Framework/Interception/Interceptor.php#L153

23  Magento\Framework\App\Http::launch
    generated/code/Magento/Framework/App/Http/Interceptor.php:23

24  Magento\Framework\App\Bootstrap::run
    https://github.com/magento/magento2/tree/2.4.4/lib/internal/Magento/Framework/App/Bootstrap.php#L264
dmitrii-fediuk commented 8 months ago

I implemented a logging: https://github.com/mage2pro/core/issues/344