api_banking 0.1.31 → 0.1.32

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: b2178f6d8ccccd6e69d0c4cbef8bfb5d64b7308d
4
- data.tar.gz: fea3b71ebe63bdf0a43fd9b9c3365adc3f1d98f1
3
+ metadata.gz: ff155ae848735923c0535e66ebdeb10f084bd881
4
+ data.tar.gz: bba1c2e152a2ddd9116b54d4e51a3ca5820bb515
5
5
  SHA512:
6
- metadata.gz: d2a1b33833059350833bbd92ee9c863d6eb0a5a905220d37cd38132d22b7dc1cee7269cba3871786cef0dfcf6e1ca76bfc3ab40a3e42fba28681fdac1ae01e70
7
- data.tar.gz: a2e5cfda51434dba797a3750fc500ae17adda4a015db1c7b5e09062da36d8ed1377dc9e16db767c7dcb0a2f97cc3c88ad6e5b16619a9b3036738f62eb790ff4a
6
+ metadata.gz: 3cbeb4881e01b058b30c5391b1fe6b6d1cdbcd9fd88a0542aa69768f38ceb649ae1a7cd3c27b46fda2b5b9a05684ede63fd58096305a7e51f5d3fcfb1b17ca2e
7
+ data.tar.gz: 55f005d0effae979b86a535aaa81be7d90b01ba95fa695f5823e29144b154d1cee36f65b7b12370d05c710705c994080a4c057ddb93a8a800f9bef32045e4aeb
@@ -6,7 +6,7 @@ module ApiBanking
6
6
  super
7
7
  self.endpoints = {
8
8
  FundsTransferByCustomerService: 'https://api.quantiguous.com/fundsTransferByCustomerServiceHttpService',
9
- FundsTransferByCustomerService2: 'http://10.211.55.6:7800/fundsTransferByCustomerService2',#'https://api.quantiguous.com/fundsTransferByCustomerService2',
9
+ FundsTransferByCustomerService2: 'https://api.quantiguous.com/fundsTransferByCustomerService2',
10
10
  InstantMoneyTransferService: 'https://api.quantiguous.com/IMTService',
11
11
  DomesticRemittanceByPartnerService: 'https://api.quantiguous.com/DomesticRemittanceByPartnerService',
12
12
  NotificationService: 'https://api.quantiguous.com/NotificationService',
@@ -14,7 +14,7 @@ module ApiBanking
14
14
  end
15
15
  end
16
16
 
17
- PRD = Struct.new(:user, :password, :client_id, :client_secret, :ssl_client_cert, :ssl_client_key, :ssl_ca_file, :endpoints) do
17
+ PROD = Struct.new(:user, :password, :client_id, :client_secret, :ssl_client_cert, :ssl_client_key, :ssl_ca_file, :endpoints) do
18
18
  def initialize(*)
19
19
  super
20
20
  self.ssl_ca_file ||= File.expand_path('./prd.pem', File.dirname(__FILE__))
@@ -32,7 +32,7 @@ module ApiBanking
32
32
  dataHash[:Acc_Stmt_DtRng_Req][:Header] = {}
33
33
  dataHash[:Acc_Stmt_DtRng_Req][:Body] = {}
34
34
 
35
- dataHash[:Acc_Stmt_DtRng_Req][:Header][:TranID] = '0'
35
+ dataHash[:Acc_Stmt_DtRng_Req][:Header][:TranID] = '00'
36
36
  dataHash[:Acc_Stmt_DtRng_Req][:Header][:Corp_ID] = request.header.corpID
37
37
  # the tags Maker_ID and Checker_ID have been removed since Schema Validation Error is returned when these are sent in the request.
38
38
  dataHash[:Acc_Stmt_DtRng_Req][:Header][:Approver_ID] = request.header.approverID
@@ -1,3 +1,3 @@
1
1
  module ApiBanking
2
- VERSION = "0.1.31"
2
+ VERSION = "0.1.32"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: api_banking
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.31
4
+ version: 0.1.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - akil
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-04-19 00:00:00.000000000 Z
11
+ date: 2017-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler