client_for_poslynx 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/CHANGELOG +6 -1
- data/lib/client_for_poslynx/data/requests/debit_card_sale.rb +0 -1
- data/lib/client_for_poslynx/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
N2VlZDAwOTlhZWIxNDY1YzA2ZjliMzIyMjkyYmU5ODBlN2UyN2M0Ng==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZDdiY2Y1OWUyMDg1NmJjYTA1YzNmZDU3MDUxMjBlODc1YmNjYzY2ZQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MDZjYjZiZjVlY2I3YTg5MDZjY2U1MjA3ZmY2ZmVjOGM3YmUyZmNlMWM5Njg5
|
10
|
+
NzAxZWM1YTE3OWVmOWZjNTIwMWIxMWVmYWZhZmI4YzVhNGE1MmE5ODUzMzMz
|
11
|
+
ODg2ZWNmZGMzMWEwMTA5YzE2ZWI2YjE2ZjY3YmM2OGU0N2E3NmI=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ZGM2MGJhYzU0YjNiYmU4ZTkxMjY1NWU1YzVjMTE0M2NkNmQ2YWNjZmM5MTU3
|
14
|
+
MjZmZTY4MjZmMTY0ZjViMjc5ODkzOTdiYmQ3NTQxMDMxNTcyMTExNDJmMDlj
|
15
|
+
NTU3YzM3ZjcxMTk5MDMwYTQ3ZTdlNDdkODNhMzc3YTJlOGQxNzY=
|
data/CHANGELOG
CHANGED
@@ -1,4 +1,9 @@
|
|
1
|
-
Version 1.
|
1
|
+
Version 1.0.3
|
2
|
+
- Remove TaxAmount from DebitCardSale request data model since
|
3
|
+
that element is only defined for credit card sales in the
|
4
|
+
Precidia XML API.
|
5
|
+
|
6
|
+
Version 1.0.2
|
2
7
|
- Raise more specific RequestAfterDetachedError exception when
|
3
8
|
a detached EM_Session attempts to send a request to the
|
4
9
|
POSLynx unit.
|
@@ -12,7 +12,6 @@ module ClientForPoslynx
|
|
12
12
|
|
13
13
|
attr_element_mapping attribute: :merchant_supplied_id, element: 'Id'
|
14
14
|
attr_element_mapping attribute: :client_id, element: 'ClientId'
|
15
|
-
attr_element_mapping attribute: :tax_amount, element: 'TaxAmount'
|
16
15
|
attr_element_mapping attribute: :amount, element: 'Amount'
|
17
16
|
attr_element_mapping attribute: :input_source, element: 'Input'
|
18
17
|
attr_element_mapping attribute: :track_2, element: 'Track2'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: client_for_poslynx
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Steve Jorgensen
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-07-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: nokogiri
|