thephpleague / omnipay-paypal

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

Make ExpressAuthorizeResponse return successful #222

Open shopblocks opened 5 years ago

shopblocks commented 5 years ago

Rather than always returning false for the isSuccessful() method in ExpressAuthorizeResponse, return true if PayPal responds with "ACK" => "Success" otherwise return false.