activemerchant 1.44.0 → 1.44.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d6f6350dd6dcbf03304d68abaa5951cf93b39271
4
- data.tar.gz: 874d8aad77c49efaa81ca98225d8b7b566aecbd5
3
+ metadata.gz: eca92a2d6a93b9c3de6bcacaf0ca4ff928826124
4
+ data.tar.gz: 24ed6b72ce5bed57175e5b23808e3471ed3a15f0
5
5
  SHA512:
6
- metadata.gz: df7e536c37cae9468a2653bba56da6d32bbd916648b92545d13bbc943ebb9f3a22e4fb19604d2a81300599b76ef482f54706aa8f0e40aa34ba8bf31e605d4501
7
- data.tar.gz: 48d8f534d14607ac5cdd001ce7d0d6ea9e5492973adb9d3a0fbe86e338fbd2bf31a6575d6ac3ff4e56b794bffb945e5d0e206885202d3ec86577a52b77a3c53e
6
+ metadata.gz: 9a51d9b4a6a140298e8c1af1952f5b2c8f320b4f722510c3c57e8fa43887335ba9e53c6a80a00e086e718dc9f1872459331d478dd5c3a5e961012d802733ff46
7
+ data.tar.gz: 21f734179dede5a752de2f42d6d9f1269b66f8d2274abdde3486345ad2740999f4e1414b266a247958f3909bb7573054402c578000f3c7a4e920f07d3534ffc4
Binary file
data.tar.gz.sig CHANGED
@@ -1,3 +1,3 @@
1
- rʘ*��o�rG�9����ql�m��WC��Opf�m�g�q���
2
- c��ntD?s՚�^��6p���X?��@e8�����I#1-��-U���{1o#�"�PL��Nv�?�xn�>�g)5��F�@G�߷"���+���3��Ǫ�N(¡1�߱Zp甕5��:�����S4^�\)z'
3
- Ji��{��_3.�z�r��}����桳
1
+ �ĉ�4q��<9�#?�\�X��P �!��سt��.��^wk�q��
2
+ &,˲�:�������f<��gar#�'�A�-�� ���5��Ç���51Z��*�P�ED8m�h�����7����>vlu���!�y#%�8�6_h;���-္z�>{A\X��$��eRE��s������k�ު8,��4�I�Eث�L��6
3
+ NE �� ȗּ��n,&po�YW�.�����`{���P3����r�c
data/CHANGELOG CHANGED
@@ -1,5 +1,10 @@
1
1
  = ActiveMerchant CHANGELOG
2
2
 
3
+ == Version 1.44.1 (Aug 28, 2014)
4
+
5
+ * Allow SSLv3 for PsiGate [mutemule]
6
+ * Set default :state to n/a for NetworkMerchants [cjoudrey]
7
+
3
8
  == Version 1.44.0 (Aug 21, 2014)
4
9
 
5
10
  * Moneris: Add :avs_enabled option [bslobodin]
@@ -115,7 +115,7 @@ module ActiveMerchant #:nodoc:
115
115
  post[:address1] = address[:address1]
116
116
  post[:address2] = address[:address2]
117
117
  post[:city] = address[:city]
118
- post[:state] = address[:state]
118
+ post[:state] = address[:state].blank? ? 'n/a' : address[:state]
119
119
  post[:zip] = address[:zip]
120
120
  post[:country] = address[:country]
121
121
  post[:phone] = address[:phone]
@@ -42,6 +42,7 @@ module ActiveMerchant #:nodoc:
42
42
  self.supported_countries = ['CA']
43
43
  self.homepage_url = 'http://www.psigate.com/'
44
44
  self.display_name = 'Psigate'
45
+ self.ssl_version = :SSLv3
45
46
 
46
47
  SUCCESS_MESSAGE = 'Success'
47
48
  FAILURE_MESSAGE = 'The transaction was declined'
@@ -1,3 +1,3 @@
1
1
  module ActiveMerchant
2
- VERSION = "1.44.0"
2
+ VERSION = "1.44.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activemerchant
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.44.0
4
+ version: 1.44.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobias Luetke
@@ -30,7 +30,7 @@ cert_chain:
30
30
  fl3hbtVFTqbOlwL9vy1fudXcolIE/ZTcxQ+er07ZFZdKCXayR9PPs64heamfn0fp
31
31
  TConQSX2BnZdhIEYW+cKzEC/bLc=
32
32
  -----END CERTIFICATE-----
33
- date: 2014-08-21 00:00:00.000000000 Z
33
+ date: 2014-08-29 00:00:00.000000000 Z
34
34
  dependencies:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: activesupport
metadata.gz.sig CHANGED
Binary file