- Issue created by @aerzas
- Status changed to Closed: outdated
over 1 year ago 7:21am 14 August 2023
Currently, the Datatrans PaymentNotificationController
explicitly test the returned payment gateway against a Datatrans
object which is not compatible with possible extensions of the payment gateway.
We could create a dedicated DatatransInterface
which documents the Datatrans specific methods and that could be tested against in the
PaymentNotificationController
.
Closed: outdated
2.0
Code