blockchyp 2.14.4 → 2.15.6

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
  SHA256:
3
- metadata.gz: 2b03de998d85f8639badbb447116cb58ab85809cda7ac868ca393577cda65f2f
4
- data.tar.gz: b4440ca4df84ac10ded1df5c0b23692410dfa2796addb393724c32d177be1694
3
+ metadata.gz: 6d6e422a9aace5e8be87a7ab51e4a98a35302d22bb9450a334591e9759a1daca
4
+ data.tar.gz: 5adf07778ec959e6c4a054583d8a01b5900a876b0e7585e5ada61e5b3ae235c8
5
5
  SHA512:
6
- metadata.gz: 17f35247b45ee152e4a4381aa231baff83dfaa75f23638ebc7279a73a892d3a2ea9d7d12edff51866819cd2a9d157fe5c0db9f0f01a847712cd4f05c2cb84cab
7
- data.tar.gz: 2bcb100487fda8b21784f246ecd7b74db01d737154777d867b3020e51cb44109b7fc9ace75512a367bacd80813c8190207b79bb9ad54796f7be0a2d3961f47ff
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.14.4'
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.14.4
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-06 00:00:00.000000000 Z
11
+ date: 2022-12-29 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: