Closed (fixed)
Project:
Ubercart
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
19 Nov 2009 at 12:01 UTC
Updated:
6 Mar 2010 at 18:50 UTC
We use $request += so if a key already exists, it will not be overriden.
This is used for #569300: Create Paypal WPP recurring fee handler where the VERSION should be 53.0 or higher. This will also allow paying with different paypal accounts in the same site.
| Comment | File | Size | Author |
|---|---|---|---|
| nvp-allow-override-1.patch | 970 bytes | amitaibu |
Comments
Comment #1
amitaibucorrect title
Comment #2
univate commented* Patch applies cleanly
* Doesn't effect any existing function
Required by other modules (e.g. uc_recurring) to use a different API version and also allows other modules to make use of the paypal functions but provide their own login information.
Comment #3
tr commentedCommitted. Thanks.