Closed knasher closed 10 years ago
You're not missing anything. Worldpay doesn't require any server to server communication, the data is sent as query parameters by the client.
Following the omnipay conventions, it returns a redirect response. You can call $response->isRedirect()
and $response->redirect()
to send your customer to Worldpay with the correct URL.
Attempting to send a purchase to WorldPay results in a PurchaseResponse object being returned seemingly without any attempt being made to contact WorldPay servers?
Here's the code:
A look through the code for the plugin shows no access being attempted to WorldPay servers. What am I missing?