robmcvey / cakephp-paypal

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

Paypal Endpoints changed.... #3

Closed tariquesani closed 11 years ago

tariquesani commented 11 years ago

To help whoever uses this till it is patched

paypal endpoint = 'https://api-3t.paypal.com/nvp'; paypal endpoint sandbox = 'https://api-3t.sandbox.paypal.com/nvp';

josh-oiknine commented 11 years ago

I had the same issue. Thanks @tariquesani for the fix and thanks @robmcvey for the plugin.

robmcvey commented 11 years ago

Thanks guys, updated.

commit a92f012b0db4a05fe4b734d56b8bf95740e0c2de Author: Rob McVey robmcvey@gmail.com Date: Thu Dec 27 17:01:44 2012 +0000

update endpoints