summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-08-21 11:59:52 -0700
committerIvan Kohler <ivan@freeside.biz>2013-08-21 11:59:52 -0700
commitf1a879e6989d8d9687fd5033a46488e8b13448e1 (patch)
tree7812a40970ccbbea0af0cd639c5379507988ebe1 /Changes
parenteba22f02d42477d467b870179eb01cc752960c1d (diff)
cust_id: Use customer number instead of invoice number / order_id: Append "-invoice_num" per documentation
Diffstat (limited to 'Changes')
-rw-r--r--Changes4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changes b/Changes
index 538c875..276cb1b 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for Perl extension Business::OnlinePayment::eSelectPlus
+0.07 Wed Aug 21 11:53:36 PDT 2013
+ - eSelectPlus cust_id: Use customer number instead of invoice number
+ - eSelectPlus order_id: Append "-invoice_num" per documentation
+
0.06 Mon Nov 12 14:28:16 PST 2012
- Fix voids even if an amount is passed (now ignored)
- Add missing t/void_{ca,us}.t tests