There's an extra '/' in commerce_paypal_wpp.module on line 419:

return 'https:///api-3t.paypal.com/nvp';

should read:

return 'https://api-3t.paypal.com/nvp';

I would offer a patch, but I don't know how to make one : )

Comments

bradhawkins’s picture

Title: Typo in commerce_paypal_wpp.module prevents sites from going live, gives cURL error » Typo in commerce_paypal_wpp.module prevents sites from using live, gives cURL error
rszrama’s picture

Status: Needs review » Fixed

No patch necessary. Committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.