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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ea885c71c1d1f77137112fea8b41028ed43f2b6d8b944437cd36c2e38aa1cb5b
4
- data.tar.gz: cd2a1d3ac797ca1198c008dd1a4bdc659a3a6bcd2cff40f8565ddd62d28202b0
3
+ metadata.gz: 6d6e422a9aace5e8be87a7ab51e4a98a35302d22bb9450a334591e9759a1daca
4
+ data.tar.gz: 5adf07778ec959e6c4a054583d8a01b5900a876b0e7585e5ada61e5b3ae235c8
5
5
  SHA512:
6
- metadata.gz: d78ca223d9f380572c662f48ada9e3e1321d06ce442f797c5cda2d886a855701ee2bd37a136145195e4e3455feb31f02a8b9b8060180ca0e751bceddbd292cad
7
- data.tar.gz: f2ceba6df084ee21b6b18cb4ffaf2beb4b9b6841902fa1ef471af4aac0974895a84f8a798abfd58b69d6a3ee55abbfe1e757e3ed38f1c66dfec7052e4b940698
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 processing 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. |
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
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BlockChyp
4
- VERSION = '2.15.5'
4
+ VERSION = '2.15.6'
5
5
  end
data/lib/blockchyp.rb CHANGED
@@ -23,6 +23,12 @@ module SignatureFormat
23
23
  GIF = 'gif'
24
24
  end
25
25
 
26
+ module RoundingMode
27
+ UP = 'up'
28
+ NEAREST = 'nearest'
29
+ DOWN = 'down'
30
+ end
31
+
26
32
  module PromptType
27
33
  AMOUNT = 'amount'
28
34
  EMAIL = 'email'
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.5
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-20 00:00:00.000000000 Z
11
+ date: 2022-12-29 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: