berbix 0.0.10 → 0.0.11

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/berbix.rb +2 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 07a9370bef12c540f5221ada05219c051922698b0d738017b97bf27e60c52deb
4
- data.tar.gz: e075b7d20b1951b818312d6081e33da021b46247f33ece5006a9d5f8915972c6
3
+ metadata.gz: d8eeff509c87fe0264cbb510132a0c5ffbf8a61ac79f8bd56980663b876d6e5d
4
+ data.tar.gz: ed88bdd49a00bc99866e8782eadcf7c3b155f5bf0e0e24e250dd6b04e58cbce9
5
5
  SHA512:
6
- metadata.gz: 4381b67fe62cf954b963ef20ba5a859469c22bd13236dd8185f5ef48b1b0ae8c61733af48e2d5788edadd8951544b5eeb5e257f47117f8c4e53b0b830f6823fd
7
- data.tar.gz: fafff8852c9cb95cc7f0e78f254875677dede2ca46f93c43dee21c83660efffc2ce9a03142733949f2aa04dafeb60ba81269d5570be08e93fbbcbe93f66760e5
6
+ metadata.gz: 180971c8bcb4837224b24d7e3c16cddf9dd78e2242dc7c93c0596d241ca733af3cc1fc925b1edc78c56fa4fdeb48af2d12bad1747186276f3c135c161b1e08b6
7
+ data.tar.gz: c28b91d6b07c4bfe566af03b2f7b25ad67538154433b16773067f1675948b16692c895ce5f7c7b28ec051478dff15755275cbd25837042e9fcde0c135108c8ea
@@ -2,7 +2,7 @@ require 'net/https'
2
2
  require 'json'
3
3
 
4
4
  module Berbix
5
- SDK_VERSION = '0.0.10'
5
+ SDK_VERSION = '0.0.11'
6
6
  CLOCK_DRIFT = 300
7
7
 
8
8
  class HTTPClient
@@ -145,6 +145,7 @@ module Berbix
145
145
  payload = {}
146
146
  payload[:response_payload] = opts[:response_payload] unless opts[:response_payload].nil?
147
147
  payload[:flags] = opts[:flags] unless opts[:flags].nil?
148
+ payload[:override_fields] = opts[:override_fields] unless opts[:override_fields].nil?
148
149
  token_auth_request(:patch, tokens, '/v0/transactions/override', data: payload)
149
150
  end
150
151
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: berbix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Levine
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-06-05 00:00:00.000000000 Z
11
+ date: 2020-09-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Backend SDKs to interact with the Berbix Verify API endpoints.
14
14
  email: eric@berbix.com