activemerchant-flexpay 0.1.0 → 0.9.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: 3c1fd59ee965107b927a8b4dc23bde928b172dd52b2d866829d920ca1b5af508
|
4
|
+
data.tar.gz: ca7876e6ea2082df8969d8b669d710fba8b98305aee1da00c0771f483f6f18dd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 529a8303c4e94056262291e814b13463ced99f7dd0fa98c34e2d384300661032c12984ddd94ff236bc18757f6b94623234ed9ea24fe71842a4e925cf6aa826f9
|
7
|
+
data.tar.gz: 306e4e57ce813b46dbfe03636d69f8a11cec67f168db458b3a0bbc6fad19b56ae077ea1131d8d9b1fbe82e153dba1505e6b6eb874c54bc55c7fcdea68655793d
|
@@ -130,6 +130,8 @@ module ActiveMerchant #:nodoc:
|
|
130
130
|
post[:orderId] = options[:order_id] || post[:merchantTransactionId]
|
131
131
|
post[:amount] = amount(money)
|
132
132
|
post[:currencyCode] = (options[:currency] || currency(money))
|
133
|
+
post[:retryCount] = options[:retry_count] || 0
|
134
|
+
post[:referenceData] = options[:reference_data] if options[:reference_data]
|
133
135
|
end
|
134
136
|
|
135
137
|
def add_payment(post, payment)
|
@@ -141,7 +143,6 @@ module ActiveMerchant #:nodoc:
|
|
141
143
|
cvv: payment.verification_value,
|
142
144
|
fullName: payment.name
|
143
145
|
}
|
144
|
-
post[:retryCount] = 0
|
145
146
|
end
|
146
147
|
|
147
148
|
def headers(api_key)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activemerchant-flexpay
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.9.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-09-
|
11
|
+
date: 2019-09-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activemerchant
|