blockchyp 2.3.5 → 2.3.6
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 +4 -4
- data/README.md +3 -3
- data/lib/blockchyp/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7abb05420dd69960be770d6585db971b7b3a8d98d621b94e033073515c8fd33c
|
|
4
|
+
data.tar.gz: d74e325c4afcc5d81e43ce4403916cbe17875f87bb73ca1fe9af933d29b576e0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1918e23d2639cdeefae035fb39539dc007673b3272ba3ec66083e895ab6fc1a5bf72e9780ddacaf19cec422157ad74daed4c1dffaf590e97ec648ebec6a35bc6
|
|
7
|
+
data.tar.gz: f9578387a3f43fb6c8dd32f7d2757bdf1b70816414682b7c6d8f5dc6c5d7d015602589072ffe51ff380e6fbb8139c4b139cb91856f5cc4d0b6ebde74a677b801
|
data/README.md
CHANGED
|
@@ -86,7 +86,7 @@ If you get a positive response, you've successfully verified all of the followin
|
|
|
86
86
|
|
|
87
87
|
* The terminal is online.
|
|
88
88
|
* There is a valid route to the terminal.
|
|
89
|
-
* The API
|
|
89
|
+
* The API Credentials are valid.
|
|
90
90
|
|
|
91
91
|
|
|
92
92
|
|
|
@@ -588,7 +588,7 @@ briefly on the terminal screen and the API response will include the gift card's
|
|
|
588
588
|
All EBT transactions require a PIN, so in order to check an EBT card balance,
|
|
589
589
|
you need to pass in the `ebt` flag just like you would for a normal EBT
|
|
590
590
|
charge transaction. The customer will be prompted to swipe their card and
|
|
591
|
-
enter a PIN code. If everything checks out, the remaining balance on the card will be displayed on terminal for the customer and returned in the API.
|
|
591
|
+
enter a PIN code. If everything checks out, the remaining balance on the card will be displayed on the terminal for the customer and returned in the API.
|
|
592
592
|
|
|
593
593
|
**Testing Gift Card Balance Checks**
|
|
594
594
|
|
|
@@ -744,7 +744,7 @@ same format as all BlockChyp charge and preauth transaction responses.
|
|
|
744
744
|
|
|
745
745
|
**Status Polling**
|
|
746
746
|
|
|
747
|
-
If real time callbacks aren't practical or
|
|
747
|
+
If real time callbacks aren't practical or necessary in your environment, you can
|
|
748
748
|
always use the Transaction Status API described below.
|
|
749
749
|
|
|
750
750
|
A common use case for the send link API with status polling is curbside pickup.
|
data/lib/blockchyp/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: blockchyp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.3.
|
|
4
|
+
version: 2.3.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- BlockChyp
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-05-
|
|
11
|
+
date: 2020-05-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description:
|
|
14
14
|
email:
|