thephpleague / omnipay-paypal

PayPal driver for the Omnipay PHP payment processing library
MIT License
295 stars 174 forks source link

Adds content to the success message mock #225

Closed frankverhoeven closed 5 years ago

frankverhoeven commented 5 years ago

GuzzleHttp\Psr7\_parse_message isn't able to parse RestGenericSubscriptionSuccess.txt because the message has no content in RestGatewayTest (https://travis-ci.org/thephpleague/omnipay-paypal/jobs/489941682#L601). This PR adds content to the message so the tests no longer fail.