Closed (fixed)
Project:
Commerce PayPal
Version:
7.x-1.x-dev
Component:
PayPal WPP
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Sep 2011 at 21:04 UTC
Updated:
20 Oct 2011 at 21:30 UTC
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
Comment #1
bradhawkins commentedComment #2
rszrama commentedNo patch necessary. Committed.