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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ec1a4a492c700a91947daad158fc2a24e240d7c36170e48ca33465aae30b09dc
|
4
|
+
data.tar.gz: 7cac1d5df02f10862d964834bb2bf7b0b4a493e37f490625cdd48223d2c43c16
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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,
|
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.
|
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-
|
11
|
+
date: 2019-07-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|