blockchyp 2.6.0 → 2.7.0

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: d037bf68ebcb4488700ff0c2fbeee974d8c32c120ccb050b0c1864ba330a5760
4
- data.tar.gz: b61fb9984e14e6d29be19fde7544624cafb49e7188d79f08a15b3303694e1b2c
3
+ metadata.gz: 1803476089876ab4bdac86c444516c550cf5c27f3e328484cb4381ede4c3cd12
4
+ data.tar.gz: dcc57077bc701313b807801a1e8bd279d4a18490feaedcac240ae7762f78b9b7
5
5
  SHA512:
6
- metadata.gz: b38ac6a4f98c70146374a6c39c2dffc1294001c4fe6f5ab64487cefcf4b22c9172a88e3ce2e015348066537862d91f04cc7b7c19e8dec4643f5dc0449603d53c
7
- data.tar.gz: f65fb7d83545ddd95edb1c5cfd966689eb7f7cdfe7498ffb8f79b4880e5500ad27d59d4139eea7a2f3cdffdeee7c45264376809e9d2fb5d501418125f39b9823
6
+ metadata.gz: e0353b39e1b889e0943ea367a03779a37c1ac284ae3f7d8ce10c61a4222df7dabf33ec5d12af6a5cd3de670247230675eee43d01d7d777e258f62f7de2d23cc5
7
+ data.tar.gz: 9f1128cde0485881d7b2753db0188c03476bf19f243e1d769909b019794ea5ee5f05fffc3b965fae08cb5744dbd2203f17e0802ffed64a613ef17ac23c5069ea
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BlockChyp
4
- VERSION = '2.6.0'
4
+ VERSION = '2.7.0'
5
5
  end
@@ -26,6 +26,8 @@ module BlockChyp
26
26
  # Set request parameters
27
27
  setup_request = {
28
28
  pan: '4111111111111111',
29
+ expMonth: '12',
30
+ expYear: '2025',
29
31
  amount: '25.55',
30
32
  test: true,
31
33
  transactionRef: uuid
@@ -27,6 +27,8 @@ module BlockChyp
27
27
  request = {
28
28
  timeout: 1,
29
29
  pan: '5555555555554444',
30
+ expMonth: '12',
31
+ expYear: '2025',
30
32
  amount: '25.55',
31
33
  test: true,
32
34
  transactionRef: uuid
@@ -26,6 +26,8 @@ module BlockChyp
26
26
  # Set request parameters
27
27
  request = {
28
28
  pan: '4111111111111111',
29
+ expMonth: '12',
30
+ expYear: '2025',
29
31
  amount: '25.55',
30
32
  test: true,
31
33
  transactionRef: uuid
@@ -26,6 +26,8 @@ module BlockChyp
26
26
  # Set request parameters
27
27
  request = {
28
28
  pan: '4111111111111111',
29
+ expMonth: '12',
30
+ expYear: '2025',
29
31
  amount: '25.55',
30
32
  test: true
31
33
  }
@@ -26,6 +26,8 @@ module BlockChyp
26
26
  # Set request parameters
27
27
  setup_request = {
28
28
  pan: '4111111111111111',
29
+ expMonth: '12',
30
+ expYear: '2025',
29
31
  amount: '25.55',
30
32
  test: true,
31
33
  transactionRef: uuid
@@ -26,6 +26,8 @@ module BlockChyp
26
26
  # Set request parameters
27
27
  setup_request = {
28
28
  pan: '4111111111111111',
29
+ expMonth: '12',
30
+ expYear: '2025',
29
31
  amount: '25.55',
30
32
  test: true,
31
33
  transactionRef: uuid
@@ -26,6 +26,8 @@ module BlockChyp
26
26
  # Set request parameters
27
27
  setup_request = {
28
28
  pan: '4111111111111111',
29
+ expMonth: '12',
30
+ expYear: '2025',
29
31
  amount: '25.55',
30
32
  test: true
31
33
  }
@@ -26,6 +26,8 @@ module BlockChyp
26
26
  # Set request parameters
27
27
  setup_request = {
28
28
  pan: '4111111111111111',
29
+ expMonth: '12',
30
+ expYear: '2025',
29
31
  amount: '25.55',
30
32
  test: true,
31
33
  transactionRef: uuid
@@ -26,6 +26,8 @@ module BlockChyp
26
26
  # Set request parameters
27
27
  setup_request = {
28
28
  pan: '4111111111111111',
29
+ expMonth: '12',
30
+ expYear: '2025',
29
31
  amount: '25.55',
30
32
  test: true,
31
33
  transactionRef: uuid
@@ -26,6 +26,8 @@ module BlockChyp
26
26
  # Set request parameters
27
27
  setup_request = {
28
28
  pan: '4111111111111111',
29
+ expMonth: '12',
30
+ expYear: '2025',
29
31
  amount: '25.55',
30
32
  test: true,
31
33
  transactionRef: uuid
@@ -26,6 +26,8 @@ module BlockChyp
26
26
  # Set request parameters
27
27
  setup_request = {
28
28
  pan: '4111111111111111',
29
+ expMonth: '12',
30
+ expYear: '2025',
29
31
  amount: '25.55',
30
32
  test: true,
31
33
  transactionRef: uuid
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.6.0
4
+ version: 2.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - BlockChyp
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-10-28 00:00:00.000000000 Z
11
+ date: 2021-04-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email:
@@ -82,7 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
82
  - !ruby/object:Gem::Version
83
83
  version: '0'
84
84
  requirements: []
85
- rubygems_version: 3.0.3
85
+ rubygems_version: 3.0.3.1
86
86
  signing_key:
87
87
  specification_version: 4
88
88
  summary: BlockChyp Ruby SDK