You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CompleteOrderRequest extends FetchOrderRequest, but as it implements its own sendData() method, we cannot opt to include the payment information in the response.
CompleteOrderRequest extends FetchOrderRequest, but as it implements its own
sendData()
method, we cannot opt to include the payment information in the response.See https://github.com/thephpleague/omnipay-mollie/blob/master/src/Message/Request/CompleteOrderRequest.php#L42-L47
Ideally it should work similar to https://github.com/thephpleague/omnipay-mollie/blob/master/src/Message/Request/FetchOrderRequest.php#L42-L54
The text was updated successfully, but these errors were encountered: