amex_enhanced_authorization 0.2.1 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f80ae7356a3f97911f3afb08ff495144c1661ebe085893324ffa1ae3c877a5b3
4
- data.tar.gz: '080060eea23b636ea1942f4ab58bf79c20cf0ecb95fec1f1873ae0a265764524'
3
+ metadata.gz: ec1a4a492c700a91947daad158fc2a24e240d7c36170e48ca33465aae30b09dc
4
+ data.tar.gz: 7cac1d5df02f10862d964834bb2bf7b0b4a493e37f490625cdd48223d2c43c16
5
5
  SHA512:
6
- metadata.gz: 8d1d8b38ad42895bb95ddbf06f19b979e9df3feb6361d874e3acc7514556261095724c87e91c2260eac0567b2b81393d9e429ce203b2a05e8a171beef2b4cb61
7
- data.tar.gz: dbad66cb0661583a8eaab412f509aa4a8159d3944a0af610a7b0c3c13319df36a36ceb0c6d1831f15c410ed127c5793f0902a9ed112cccd8d0c49188fd538feb
6
+ metadata.gz: 519ebbcdaf6fce451615e02dd9db8b8aa35dabda0a39d54e7d764d2bcdfd42c0b66b769db86aa67fd51c6d5f7149c4e815d497b9cd2a4c4be262be1ca1fb9970
7
+ data.tar.gz: b7ba76ce6998284ffa842be4f932f1b50c90aa79fc5414b3de536e1ff53c8e294751d6cb7667e37e2faa2d966e9e65189ea15cc41b196d85219d19284227865e
@@ -33,7 +33,7 @@ module AmexEnhancedAuthorization
33
33
  def purchaser_information
34
34
  @purchaser_information ||= {
35
35
  customer_email: customer_email,
36
- billing_address: billing_address,
36
+ billing_address: ascify(billing_address),
37
37
  billing_postal_code: billing_postal_code,
38
38
  billing_first_name: billing_first_name,
39
39
  billing_last_name: ascify(billing_last_name),
@@ -41,7 +41,7 @@ module AmexEnhancedAuthorization
41
41
  shipto_address: shipto_address,
42
42
  shipto_postal_code: shipto_postal_code,
43
43
  shipto_first_name: shipto_first_name,
44
- shipto_last_name: shipto_last_name,
44
+ shipto_last_name: ascify(shipto_last_name),
45
45
  shipto_phone_number: shipto_phone_number,
46
46
  shipto_country_code: shipto_country_code,
47
47
  device_ip: device_ip,
@@ -1,3 +1,3 @@
1
1
  module AmexEnhancedAuthorization
2
- VERSION = "0.2.1"
2
+ VERSION = "0.3.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: amex_enhanced_authorization
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Piers Chambers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-06-20 00:00:00.000000000 Z
11
+ date: 2019-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler