blockchyp 2.3.5 → 2.3.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/lib/blockchyp/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5ca711b2e47c0391a4d2bae6df5f33eb9585fca0aec4121aa2a26bf6a96a2516
4
- data.tar.gz: e63cfc05d92201d6ed4d30f6f0e7f83aa5224b8fbc54b34b8845e427bcef52f3
3
+ metadata.gz: 7abb05420dd69960be770d6585db971b7b3a8d98d621b94e033073515c8fd33c
4
+ data.tar.gz: d74e325c4afcc5d81e43ce4403916cbe17875f87bb73ca1fe9af933d29b576e0
5
5
  SHA512:
6
- metadata.gz: 95113934892b77a450f0b9b0c69a4cd61721fd4cdf4286b73f99c9420ffeab10c7cdc892af18901b550731fa2a5579c76b28369031edac105075d00b7421fc25
7
- data.tar.gz: c899ac8ef7ecf482d9e99102a4d8af54845d8f63d11522fc73ec9b0c1c3e17cb80a244d71f1b075ec5cdca42e6274bc3d957a6a4ea47681b9438d741b14077e7
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 Credential are valid.
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 necesary in your environment, you can
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.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BlockChyp
4
- VERSION = '2.3.5'
4
+ VERSION = '2.3.6'
5
5
  end
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.5
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-13 00:00:00.000000000 Z
11
+ date: 2020-05-14 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: