Do we need to implement getPaymentExecutionResult() to have the correct payment statuses or can we just work with the implementation inherited from PaymentMethodBase since the webhook takes care of updating payment statuses. To be investigated.
Do we need to implement getPaymentExecutionResult() to have the correct payment statuses or can we just work with the implementation inherited from PaymentMethodBase since the webhook takes care of updating payment statuses. To be investigated.
Comments
Comment #2
ricovandevin commentedWe need this method to return a OperationResult object after the payment was executed to make it possible to redirect to Mollie.
Comment #3
ricovandevin commentedComment #4
ricovandevin commentedFixed in dev.