reapal 0.15.0 → 0.16.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
  SHA1:
3
- metadata.gz: be60bcdf7da673c1efec99bbb980d48439b104f5
4
- data.tar.gz: beac703ef85c812561cac626da97f90cd332b6ac
3
+ metadata.gz: 8a153d72cd47adc9de839d1ebc06fc3f787f378e
4
+ data.tar.gz: f34359038a02507553cec2b55e00d6cf11660a1b
5
5
  SHA512:
6
- metadata.gz: 621e5854d95d556e914f4d7c5ae8c48817dde78d02b202de2737c8953998d69d3a6aa43fa6169fda10c5ad3789955ccdf6c26a3a27570cbdc0e3eaf19446a50f
7
- data.tar.gz: 6e0df7c26be03fbac1abfd14afc227b7f75eb46fd5c1ea0482f6e780e08f84ccd93a8901a3526f1e5ecc7b143d8f52a3fd4bf93ffda0b0ff510099b66dc1e207
6
+ metadata.gz: 72e6d18caf29c03576528dba30635025130c9909c2f1c288f11623f801b6d63ab9aa0766f3cef0b3a825b6ee915e001837be97c60ee7165b16e418d26146a4bb
7
+ data.tar.gz: 4333e94c683e2c3dc6a8440e1c7e480c2a6f799e84fffc84f0c31462123efc49209fca37df7a83cde4d771e6abf57c426dc3a5c870b662ad6b8321e05556a658
@@ -25,7 +25,7 @@ module Reapal
25
25
  def tender_invest_form(flow_id, tender_no,
26
26
  amount, invest_contract,
27
27
  return_url, notify_url,
28
- coupon_amt=nil, remark='')
28
+ coupon_amt='', busway='01', remark='')
29
29
  service = 'reapal.trust.tenderInvest'
30
30
  post_path = '/tender/rest.htm'
31
31
 
@@ -36,7 +36,7 @@ module Reapal
36
36
  investContracts: invest_contract,
37
37
  returnUrl: return_url,
38
38
  notifyUrl: notify_url,
39
- busway: '00',
39
+ busway: busway,
40
40
  remark: remark,
41
41
  applyTime: Time.now.strftime('%Y-%m-%d %H:%M:%S'),
42
42
  }
@@ -13,7 +13,7 @@ module Reapal
13
13
  end
14
14
 
15
15
  def self.contract_create
16
- @_contract_create ||= contract_common
16
+ @_contract_create ||= ['0332'] | contract_common
17
17
  end
18
18
 
19
19
  def self.com_contract_create
@@ -1,3 +1,3 @@
1
1
  module Reapal
2
- VERSION = "0.15.0"
2
+ VERSION = "0.16.0"
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.15.0
4
+ version: 0.16.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - tony
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-03-26 00:00:00.000000000 Z
11
+ date: 2018-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler