[interchange] documented Vend::Payment::PayPalExpress upgrade
Stefan Hornburg <[email protected]>
| Newsgroups | gmane.comp.web.interchange.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 3e74e0a64d58fb31b90b9de6721e781d015d14b7 Author: Stefan Hornburg (Racke) <[email protected]> Date: Mon Feb 8 11:21:19 2010 +0100 documented Vend::Payment::PayPalExpress upgrade WHATSNEW-5.7 | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) --- diff --git a/WHATSNEW-5.7 b/WHATSNEW-5.7 index 79c121a..d8f859a 100644 --- a/WHATSNEW-5.7 +++ b/WHATSNEW-5.7 @@ -15,6 +15,22 @@ Tags * Make the [forum] tag default to NoReparse. +Payment +------- + +* Upgraded Vend::Payment::PaypalExpress to v1.0.7 from http://kiwi.zolotek.net. + + * Fix for yet another variation in the way that Paypal handle Canadian province names. + So we have 'British Columbia', 'BC', and now 'B.C.' formats. + + * Allow use of the [assign] tag in shipping. + + * Allow 'use_billing_override' to send billing addresses. + + * Display Long rather than Short PayPal error message to customers. + + Last three changes contributed by Josh Lavin. + ------------------------------------------------------------------------------