lanmao 0.15.0 → 0.16.0

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: 4d5147db8b5412967b4e2370866c0b8ac2693d1e
4
- data.tar.gz: 1ae6f4b4c8bafc786bd9c594955579a3f1d0bb83
3
+ metadata.gz: 4b9c9a3f8f5e70e13350b36e941754cd1e411c0a
4
+ data.tar.gz: fb407c1bf96d10a9b081b48c15c6b1e5de055417
5
5
  SHA512:
6
- metadata.gz: 8824ef5c0c21345d948009be13005e13049acfbe3dd2816253914c5b6414a2e48c2bdcb56d02e674e8f752cabd42228c06729d816d862d9f8621449b12924c3b
7
- data.tar.gz: e5ba981ee52f536a424b053eb2eda833d875c91ea99a6fa89934a13b030b103067baee0ed30e10fe6a8d047b8d9a9e509b64881238c8b5f3143368c891e0ddb6
6
+ metadata.gz: de020005a9334e006b8d7a167b730d22c8300add8d0fff7e1a9104b144f103c555808a4f219dd272c9d5d1584ec1dff643f0d1c66bb86b39afc6e037590fa7c1
7
+ data.tar.gz: cfd3eb9170397363b6a683be7c477266ffa9fc6c72ee87592d6638603e3113f039ecb507cfa8a1eb0c2a413a8c10c6de4e3b9bf4a5273d7e4806fbf3b485b44b
@@ -30,11 +30,11 @@ module Lanmao
30
30
  # * :channelErrorMessage [String] 支付通道返回错误消息(若快捷充值回调方式传入 DIRECT_CALLBACK, 则返回此参数)技术支持单独提供
31
31
  #
32
32
  def recharge_form(platform_user_no, request_no, amount,
33
- expect_pay_company, recharge_way="SWIFT",
33
+ expect_pay_company, recharge_way,
34
34
  redirect_url, expired,
35
35
  commission, bankcode, pay_type,
36
36
  authtrade_type, authtender_amount,
37
- project_no, callback_mode)
37
+ project_no, callback_mode, swift_route='ORIGNAL_SWIFT')
38
38
 
39
39
  service = "RECHARGE"
40
40
 
@@ -53,6 +53,7 @@ module Lanmao
53
53
  authtenderAmount: authtender_amount,
54
54
  projectNo: project_no,
55
55
  callbackMode: callback_mode,
56
+ swiftRoute: swift_route,
56
57
  }
57
58
 
58
59
  res = get_form_data(service, params)
@@ -1,3 +1,3 @@
1
1
  module Lanmao
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: lanmao
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-06-24 00:00:00.000000000 Z
11
+ date: 2018-10-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -136,7 +136,7 @@ dependencies:
136
136
  - - "~>"
137
137
  - !ruby/object:Gem::Version
138
138
  version: '1.8'
139
- description: "新网银行的存管实现"
139
+ description: 新网银行的存管实现
140
140
  email:
141
141
  - gandalf@omniaccount.com
142
142
  executables: []
@@ -234,8 +234,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
234
234
  version: '0'
235
235
  requirements: []
236
236
  rubyforge_project:
237
- rubygems_version: 2.4.5.1
237
+ rubygems_version: 2.6.14
238
238
  signing_key:
239
239
  specification_version: 4
240
- summary: "懒猫存管系统 SDK"
240
+ summary: 懒猫存管系统 SDK
241
241
  test_files: []