Closed remcotolsma closed 11 months ago
After discussion with @remcotolsma at Pronamic HQ, I checked if the DirectLink
integration is somehow in use for retrieval of order statuses in the OrderStandard
integration. The request to a direct query URL is in the client of the OrderStandard
integration:
The request response gets parsed through the Pronamic\WordPress\Pay\Gateways\Ingenico\XML\OrderResponseParser
class, which in turn currently uses a Pronamic\WordPress\Pay\Gateways\Ingenico\DirectLink\OrderResponse
class from the DirectLink
integration. However, I think we can do without that almost empty class — used for converting a SimpleXML array to object:
In our usage statistics we see that the 'DirectLink' integration is not used, so there is no added value in maintaining it anymore.