lib/reapal/form/deposit_apply_form.rb in reapal-0.11.0 vs lib/reapal/form/deposit_apply_form.rb in reapal-0.12.0
- old
+ new
@@ -1,10 +1,10 @@
# coding: utf-8
module Reapal
module Form
- module DepositAppyForm
+ module DepositApplyForm
# 2.1 充值
#
# @param flow_id [String] 业务订单号
# @param contracts [String] 用户协议号
@@ -27,10 +27,10 @@
def deposit_apply_form(flow_id, contract, money, charge,
return_url, notify_url,
busway = '01', remark='')
service = 'reapal.trust.depositApply'
- post_path = '/reagw/service/deposit.htm'
+ post_path = '/service/deposit.htm'
params = {
orderNo: flow_id,
contracts: contract,
amount: money,