This is a request to reverse #605816: No warning for incorrect payment set up with PayPal for the following two reasons:
- The warning message never appeared, because the variable name was misspelled in
_uc_coupon_paypal_check()(the correct variable name isuc_paypal_wps_submit_methodinstead ofuc_paypal_wbs_submit_method). - Once #815482: PayPal Website Payments Standard: Convert negative line items to discounts is committed, PayPal will receive discount information which means that submission of the entire order as a single line item will no longer be necessary.
The attached patch makes the necessary changes.
| Comment | File | Size | Author |
|---|---|---|---|
| remove_itemized_warning.patch | 1.47 KB | guypaddock |
Comments
Comment #1
longwave#1 is present in 6.x-1.3 but has been fixed in the -dev branch in the commit for #605816: No warning for incorrect payment set up with PayPal
For #2, that patch is only in the Ubercart dev branch so far, marking this postponed until a new Ubercart release is out that includes this change.
Comment #2
jtsnow commentedPayments with PayPal Website Payments Pro and coupons now work for me when the order is itemized. The patch correctly removes the warning message.
Comment #3
wodenx commentedThanks. Committed to DEV.
Comment #5
tescometro commentedOk, So I've just got this "warning" with Ubercart 2.6 and Ubercart Discount Coupons 1.7 Does the above mean I can just ignore the warning, or is there still a problem with itemized items?
(am using paypal standard payments)
P.S. thanks for this module, besides the "warning " issue, it seems very sensibly configured and designed, and works pretty much exactly as expected.