Closed fischamhaken closed 4 years ago
In theory, we already pass on the customer message: https://github.com/PAYONE-GmbH/magento-2/blob/master/Model/Methods/PayoneMethod.php#L119
I suppose the error message is generic due to a missing translation?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi together,
with M2.1.7 and Payone Extension 1.3.5 I have following issue: If csutomer steps through checkout and fills in incoorect address values, the following message appears: "An error occured on the server. Please try to place the order again" In Payone API protocol I can see the problem, i.e. customer has filled field "Company" with "-". Then Payone send back custom error message:
1303 Parameter {company} faulty or missing
Unfortunately, this is not displayed to the customer, but it should be done so.
Greetings, Stefan