api_banking 0.1.20 → 0.1.21

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
  SHA1:
3
- metadata.gz: a06b5e133aa97502d4236c4d0c48cae4c6d36af2
4
- data.tar.gz: 9e448a1e2c4ebfc86d321964ad061d05c271f133
3
+ metadata.gz: 63f1a044cffb07a5ff168c7705f9f33de188d289
4
+ data.tar.gz: 3aa1bdaf05ec4d8f7eb432578238568a1a922d0c
5
5
  SHA512:
6
- metadata.gz: 0418763bdace7c77ba5931366565a768b6ca7ddebb0f0b9ea40ed011e6e1a2f8f8fbdc7b8e8d4db5153c4ad11464743aa6e28c207d098a5ac0fd7835f297751f
7
- data.tar.gz: a88d50caed784c8ca9fbac5e530771fb2c94383ec087eccfb865f422c58054361a92381f347f538a4d1855a8bf74b86351f0c512999c0b26c86a620c9877337e
6
+ metadata.gz: 47a37a3e15cb82d98352a649de5e659b5cc271c3be52254bdf0c79634ed997f64c7f0c68d8c797b602a1d8a89ed2331869154415920acee3415c706e203fee9e
7
+ data.tar.gz: b8798af20bd47a2e050f86a16da48acdb001c572fed1929e52f4186d59cb4e03d514136c89feed9e682014cd22a8c385fb02f369ea282c7abd1c145df6e85dfd
@@ -5,7 +5,7 @@ module ApiBanking
5
5
 
6
6
  attr_accessor :request, :result
7
7
 
8
- ReqHeader = Struct.new(:tranID, :corpID, :approverID)
8
+ ReqHeader = Struct.new(:corpID, :approverID)
9
9
  ReqBody = Struct.new(:accountNo, :transactionType, :fromDate, :toDate)
10
10
  Request = Struct.new(:header, :body)
11
11
 
@@ -31,7 +31,7 @@ module ApiBanking
31
31
  dataHash[:Acc_Stmt_DtRng_Req][:Header] = {}
32
32
  dataHash[:Acc_Stmt_DtRng_Req][:Body] = {}
33
33
 
34
- dataHash[:Acc_Stmt_DtRng_Req][:Header][:TranID] = request.header.tranID
34
+ dataHash[:Acc_Stmt_DtRng_Req][:Header][:TranID] = '0'
35
35
  dataHash[:Acc_Stmt_DtRng_Req][:Header][:Corp_ID] = request.header.corpID
36
36
  # the tags Maker_ID and Checker_ID have been removed since Schema Validation Error is returned when these are sent in the request.
37
37
  dataHash[:Acc_Stmt_DtRng_Req][:Header][:Approver_ID] = request.header.approverID
@@ -1,3 +1,3 @@
1
1
  module ApiBanking
2
- VERSION = "0.1.20"
2
+ VERSION = "0.1.21"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: api_banking
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.20
4
+ version: 0.1.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - akil