We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3baa26e commit 5d8da4eCopy full SHA for 5d8da4e
CHANGELOG
@@ -16,6 +16,7 @@
16
* Remove unused handle_response method [bl] #2309
17
* Barclaycard Smartpay: bump API version to v30 [bpollack] #2941
18
* Safecharge: Remove duplicate supported country [curiousepic]
19
+* Payflow Express: Use SHIPTONAME instead of `full_name` for shipping address [filipebarcos] #2945
20
21
== Version 1.80.0 (July 4, 2018)
22
* Default SSL min_version to TLS 1.1 to comply with June 30 PCI DSS deadline [bdewater] #2909
lib/active_merchant/version.rb
@@ -1,3 +1,3 @@
1
module ActiveMerchant
2
- VERSION = '1.80.0'
+ VERSION = '1.81.0'
3
end
0 commit comments