robmcvey / cakephp-paypal

CakePHP 2.0 plugin for PayPal Website Payment Pro
60 stars 44 forks source link

Accept "SuccessWithWarning" positive result, do some logging #22

Closed maxxer closed 10 years ago

maxxer commented 10 years ago

I replaced the == with a preg_match, it happened to me that I passed a too long description and PP was retuning "SuccessWithWarning"

robmcvey commented 10 years ago

See updated branch, with test cases https://github.com/robmcvey/cakephp-paypal/pull/23