reapal 0.2.0 → 0.2.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b2b8e99a85cdd0e5502e22b10d9e24682807e051
4
- data.tar.gz: 21f711b8f01acedb9d2ce46a021f7ac136421e4c
3
+ metadata.gz: 6e38648add5df9616409c90709a5fdd459fd589b
4
+ data.tar.gz: 22a7db3fa2ff9c81c4e39508f1922e928267dbb7
5
5
  SHA512:
6
- metadata.gz: 716347461f3350e848eff7a1f6c35c26851116e4bbdf3ad063e83fda89daab81811dd0f4478ae3c9917dffcb1b14328934f1dace912983856fb1372b7e3e427a
7
- data.tar.gz: b6808b06c2f6605f8d60a1a0c3326cf826cfe81955e2447ecfc47ee1b9c5d150f88a54e9d8679e01d3889118e1c537f5ea1bfe38f3c15d1ff9fab0f59fb51f59
6
+ metadata.gz: 4b2c768f32bcb81d9e826f94ef005773f6186f027838a339b4051dd23e432ae229c261cc866c8a2a7e0ef4fcca95d8c104ba4f5d75bda5075926bb0c803b9ea9
7
+ data.tar.gz: 63113c5a50d43575fa73faa4f7e77a77c2a3d998333880514a67df5b4abc080597cb48db0326744ce7206a75084cd99ff0a0419fb1c0b7402812bdbf6c03d474
@@ -16,13 +16,15 @@ module Reapal
16
16
  # * :url
17
17
  # * :method
18
18
  #
19
- def find_trade_password(contracts, busway='01')
19
+ def find_trade_password(contracts, returnUrl, notifyUrl, busway='01')
20
20
  service = 'reapal.trust.findTradePassword'
21
21
  post_path = '/reagw/findTradePassword/findTradePassword.htm'
22
22
 
23
23
  params = {
24
24
  contracts: contracts,
25
25
  busway: busway,
26
+ returnUrl: returnUrl,
27
+ notifyUrl: notifyUrl,
26
28
  applyTime: Time.now.strftime('%Y-%m-%d %H:%M:%S'),
27
29
  }
28
30
 
@@ -1,3 +1,3 @@
1
1
  module Reapal
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: reapal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - tony
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-11-22 00:00:00.000000000 Z
11
+ date: 2017-11-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler