posxml_parser 2.21.0 → 2.22.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
  SHA1:
3
- metadata.gz: 6c26c9f690499eb80073f67ba0b4dd044123c640
4
- data.tar.gz: 56585b7e5d3d0c0df1873d62b5610ce536951c6e
3
+ metadata.gz: 5420becb82c713b9bd9babf1de41354ec15363ed
4
+ data.tar.gz: 6290282a76dd08bc40f00a08412b3911b3a117ed
5
5
  SHA512:
6
- metadata.gz: d466915dd43695af8403eb7784e4124cd47c8080da629f2a4d5e97437f66b030a776907e20562a3768af05e03e11c6ab0cfbee414b9bf9fd736c66dc3bc9c204
7
- data.tar.gz: 3946606588725fa945274859abf202bb0cf369694784aa1158a4b47e65b4f400a235f9403b91ff68d67e5805123e69f82529e6353e5eb7f40f9d71d2cce0946a
6
+ metadata.gz: 2c5e25e0c005afb7b4063158e036927e2ca14d4baa78ea20bd739c0b86a389e2776f901952bc3973313d92e7fa1fe366c44e9a0701ad39c1bae71d040967473e
7
+ data.tar.gz: e294efba0798a0709c363417798019920ba55cb6ef78ba2fbbd8fcbd5848c181b55115fcdbd70b416b1bcd07cd101721a9acabc23d054917d378931ec9d13e61
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- posxml_parser (2.21.0)
4
+ posxml_parser (2.22.0)
5
5
  funky-emv (~> 1)
6
6
 
7
7
  GEM
data/RELEASE_NOTES.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Posxml Parser
2
2
 
3
+ ### 2.22.0 - 2019-07-08
4
+
5
+ - Show message processing after card swiped. After swipe the card it takes some time to the terminal to return a feedback because it is parsing some formations. It can cause confusion to the user. To avoid this we show a message or a image to let user knows the card is being processed;
6
+ - Parse card informations and send to emv struct with this we can get:
7
+ - Track1(if exists);
8
+ - Track2;
9
+ - Pan;
10
+ - Service code;
11
+ - Expiration date;
12
+ - Cardholder name(if exists);
13
+ - Card type;
14
+ - Result of operation;
15
+ - Send card info on emv struct.
16
+
3
17
  ### 2.21.0 - 2019-06-18
4
18
 
5
19
  - Support to send magnetic parameters through EmvTransaction.
@@ -1,5 +1,5 @@
1
1
 
2
2
  module PosxmlParser
3
- VERSION = "2.21.0"
3
+ VERSION = "2.22.0"
4
4
  end
5
5
 
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: posxml_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.21.0
4
+ version: 2.22.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - CloudWalk Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-06-19 00:00:00.000000000 Z
11
+ date: 2019-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler