killbill-cybersource 5.2.3 → 5.2.4
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: df044ef246377530e4ec272f5f78785678bbb7b2
|
|
4
|
+
data.tar.gz: 9a352c73fb090dbd3a97ff8323b3f5ea2670958f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7cd6e486de4ec3fa7d93f38d1e39e1b29c26858b1d83b594bc0ce120e5a512548e81d06bb3641d204b760a1601709f48cc6ad85a544dbbacc8fd1e78b5d7111d
|
|
7
|
+
data.tar.gz: 0d769ab36d527b0eaafd8b8b8968bebfa7e5ce4c713e32a530dea4d9a6ba351ba5639796b1def41d59f753475cf784b1d6a317a06370b6408d0546ea2c818aba
|
|
@@ -78,6 +78,12 @@ module ActiveMerchant
|
|
|
78
78
|
end
|
|
79
79
|
add_reconciliation_id(xml, options)
|
|
80
80
|
end
|
|
81
|
+
when :discover
|
|
82
|
+
xml.tag! 'ccAuthService', {'run' => 'true'} do
|
|
83
|
+
xml.tag!("cavv", payment_method.payment_cryptogram)
|
|
84
|
+
xml.tag!("commerceIndicator", options[:commerce_indicator] || "dipb")
|
|
85
|
+
add_reconciliation_id(xml, options)
|
|
86
|
+
end
|
|
81
87
|
end
|
|
82
88
|
end
|
|
83
89
|
|
|
@@ -125,6 +131,8 @@ module ActiveMerchant
|
|
|
125
131
|
def add_payment_solution(xml, payment_method, options)
|
|
126
132
|
if is_android_pay(payment_method, options)
|
|
127
133
|
xml.tag!('paymentSolution', '006')
|
|
134
|
+
else
|
|
135
|
+
xml.tag!('paymentSolution', '001')
|
|
128
136
|
end
|
|
129
137
|
end
|
|
130
138
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: killbill-cybersource
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.2.
|
|
4
|
+
version: 5.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kill Bill core team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-09-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|