blockchyp 2.15.5 → 2.15.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 +17 -17
- data/lib/blockchyp/version.rb +1 -1
- data/lib/blockchyp.rb +6 -0
- 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: 6d6e422a9aace5e8be87a7ab51e4a98a35302d22bb9450a334591e9759a1daca
|
|
4
|
+
data.tar.gz: 5adf07778ec959e6c4a054583d8a01b5900a876b0e7585e5ada61e5b3ae235c8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9b12319f4c93bb684c39426dcafff0c93212e189b253ac7bfe221c60582a3ab19c97ea8aecad5d6ef398c3305f5d199051f951c90068eaa10948b4eb5712ecbe
|
|
7
|
+
data.tar.gz: 5ded0debc07e2e2b61eceef80a81033adbf9a0dc33a8e8ab52ccde8b33d537a71a083fd71c53d185ca813dc2a1ddcde798d90b328c33df9f3901b99dcaeee929
|
data/README.md
CHANGED
|
@@ -1314,24 +1314,24 @@ transaction.
|
|
|
1314
1314
|
|
|
1315
1315
|
The table below lists all possible status responses.
|
|
1316
1316
|
|
|
1317
|
-
| Status Code | Description
|
|
1318
|
-
|
|
1317
|
+
| Status Code | Description |
|
|
1318
|
+
|----------------------|-----------------------------------------------------------------------------------------|
|
|
1319
1319
|
| idle | The terminal is idle and ready for transactions. The default branding is being displayed. |
|
|
1320
|
-
| activate | The terminal is the
|
|
1321
|
-
| balance | A balance check (EBT or Gift Card) is pending on the terminal.
|
|
1322
|
-
| boolean-prompt | A boolean prompt (yes/no) operation is pending on the terminal.
|
|
1323
|
-
| signature | A signature capture is pending.
|
|
1324
|
-
| crypto | A cryptocurrency transaction is pending.
|
|
1325
|
-
| enroll | A token vault enrollment operation is pending.
|
|
1326
|
-
| gift-activate | A gift card activation operation is in progress.
|
|
1327
|
-
| message | The terminal is displaying a custom message.
|
|
1328
|
-
| charge | The terminal is executing a charge transaction.
|
|
1329
|
-
| preauth | The terminal is executing a preauth transaction.
|
|
1330
|
-
| refund | The terminal is executing a refund transaction.
|
|
1331
|
-
| survey | The terminal is displaying post transaction survey questions.
|
|
1332
|
-
| terms-and-conditions | The terminal is pending terms and conditions acceptance and signature.
|
|
1333
|
-
| text-prompt | The terminal is awaiting response to a text input prompt.
|
|
1334
|
-
| txdisplay | The terminal is displaying transaction and/or line item level details.
|
|
1320
|
+
| activate | The terminal is in the process of activating and pairing with the merchant account. |
|
|
1321
|
+
| balance | A balance check (EBT or Gift Card) is pending on the terminal. |
|
|
1322
|
+
| boolean-prompt | A boolean prompt (yes/no) operation is pending on the terminal. |
|
|
1323
|
+
| signature | A signature capture is pending. |
|
|
1324
|
+
| crypto | A cryptocurrency transaction is pending. |
|
|
1325
|
+
| enroll | A token vault enrollment operation is pending. |
|
|
1326
|
+
| gift-activate | A gift card activation operation is in progress. |
|
|
1327
|
+
| message | The terminal is displaying a custom message. |
|
|
1328
|
+
| charge | The terminal is executing a charge transaction. |
|
|
1329
|
+
| preauth | The terminal is executing a preauth transaction. |
|
|
1330
|
+
| refund | The terminal is executing a refund transaction. |
|
|
1331
|
+
| survey | The terminal is displaying post transaction survey questions. |
|
|
1332
|
+
| terms-and-conditions | The terminal is pending terms and conditions acceptance and signature. |
|
|
1333
|
+
| text-prompt | The terminal is awaiting response to a text input prompt. |
|
|
1334
|
+
| txdisplay | The terminal is displaying transaction and/or line item level details. |
|
|
1335
1335
|
|
|
1336
1336
|
|
|
1337
1337
|
|
data/lib/blockchyp/version.rb
CHANGED
data/lib/blockchyp.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.15.
|
|
4
|
+
version: 2.15.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- BlockChyp
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-12-
|
|
11
|
+
date: 2022-12-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description:
|
|
14
14
|
email:
|