erpcya / adempiere

ADempiere Business Suite ERP/CRM/MFG/SCM/POS done the Bazaar way in an open and unabated fashion. Focus is on the Community that includes Subject Matter Specialists, Implementors and End-Users.
www.adempiere.net
GNU General Public License v2.0
2 stars 5 forks source link

[Bug Report] Minor change, Error with payment processor #47

Open yamelsenih opened 1 year ago

yamelsenih commented 1 year ago

Bug report

When a payment processor throw a error this is add with english text:

Screenshot from 2023-08-07 18-26-10

log.log(Level.SEVERE, "processOnline", e);
setErrorMessage("Payment Processor Error: " + e.getMessage());

Steps to reproduce

  1. Run a Payment processor 2.Wait a exeption
  2. See error message

Screenshot or Gif

Link to minimal reproduction

Expected behavior

A clear and concise description of what you expected to happen.

Other relevant information

Additional context

Add any other context about the problem here.

https://github.com/adempiere/adempiere/issues/4251