genesis_ruby 0.1.2 → 0.1.3

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: b8cc160e0cdb5cb22dd4726e2471a9d85ba199c4ee2bdd2e8cbd57b057657ce8
4
- data.tar.gz: 824dc704419375ffd6276a45d757f1b45e40f6e5d542462d73b18c207392df9e
3
+ metadata.gz: 366d18ddee1ed33af60c71b5cf439c087c9fcb616bfd75ac0cc500a95c3b42c5
4
+ data.tar.gz: e147b273edf9fb53594ffdbd49c8402dccb07ec771677c796e5f35279ac95899
5
5
  SHA512:
6
- metadata.gz: 4cd6c2db4ec7da458a87d82ad550af947585fea23158117d5458f324aa966db882601fba8490357a349ae551c528825bf6d1e52381e3e3d06c24746a25af3ef3
7
- data.tar.gz: 253fe2aaaec0df2023a6a2d37c74b04dd12eba99da1d376ff01f5566084449dbdbd3d4fe33560eb6d68e7ba98119baf33caa235879ffad9af743c2dc392ebd66
6
+ metadata.gz: 7c14b6dbd50dd0bd5a95e2c399dc0777b2568c6b935577fa753ef860494264d4039a02f2ffeab858fea74256216de1634b8eab9ab3fae5a3bf12426561784439
7
+ data.tar.gz: 5dca05cd79676548657d7d5f80e56ec2de46884dc4f1e4cbbbf6e1f1783304c536f84ef126f4b32dd441a204366af65cca2a8b0480a9d52e86b9781c6bebdbf4
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ 0.1.3
2
+ -----
3
+ **Fixes**:
4
+
5
+ * Fixed 3DSv2 Method element name in the XML document
6
+
1
7
  0.1.2
2
8
  -----
3
9
  **Features**:
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- genesis_ruby (0.1.2)
4
+ genesis_ruby (0.1.3)
5
5
  net-http (~> 0.3.2)
6
6
  nokogiri (~> 1.14)
7
7
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.2
1
+ 0.1.3
@@ -31,7 +31,7 @@ module GenesisRuby
31
31
  # Threeds V2 Web Payment Form Attributes
32
32
  def threeds_v2_common_attributes_structure
33
33
  {
34
- method: method_attributes,
34
+ threeds_method: method_attributes,
35
35
  control: control_attributes,
36
36
  purchase: purchase_attributes,
37
37
  merchant_risk: merchant_risk_attributes,
@@ -1,5 +1,5 @@
1
1
  module GenesisRuby
2
2
 
3
- VERSION = '0.1.2'.freeze
3
+ VERSION = '0.1.3'.freeze
4
4
 
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: genesis_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - emerchantpay Ltd.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-11-23 00:00:00.000000000 Z
11
+ date: 2023-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: net-http