Payment gateway doesn't work

Created on 24 March 2023, over 1 year ago

Problem/Motivation

When i install the module and choose amazon pay as method payment i get this error.

We encountered an unexpected error processing your payment. Please try again later.

there is no much useful informations in logs, i tracked the exception it's coming from commerce/modules/payment/src/Plugin/Commerce/CheckoutPane/PaymentProcess.php

catch (PaymentGatewayException $e) {
        $this->logger->error($e->getMessage());
        $message = $this->t('We encountered an unexpected error processing your payment method. Please try again later.');
        $this->messenger()->addError($message);
        $this->checkoutFlow->redirectToStep($error_step_id);
      }

anyone has this issue ?
I can help maintaining this module.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Active

Version

2.0

Component

Code

Created by

🇫🇷France berramou

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024