GX-Bug #70320
geschlossenAfterbuy - Despite missing XML API credentials the request is sent to Afterbuy
0%
Die Afterbuy-XML Schnittstelle wird nur verwendet, wenn der "Partner"- und "Account-Token" gesetzt ist
Beschreibung
Currently, there is a problem in the Afterbuy module. The XML request is sent to Afterbuy although the credentials for the XML API have not been set. The module has to check if the credentials are available and if not no request should be sent to Afterbuy because it always leads to an error anyway.
Steps to reproduce:
GambioAdmin > Module-Center > Install Afterbuy module, set no credentials for the XML API, and run a test order.
Check the afterbuy
logs and you see that there is a failing XML-API request.
Expected result:
There shouldn't be a failing request. Instead, the module should check if the credentials are available and if not, the request must not be send.