ianlevesque-remit 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/remit/operations/pay.rb +3 -3
- metadata +1 -1
data/lib/remit/operations/pay.rb
CHANGED
@@ -6,15 +6,15 @@ module Remit
|
|
6
6
|
action :Pay
|
7
7
|
parameter :caller_description
|
8
8
|
parameter :caller_reference, :required => true
|
9
|
-
parameter :caller_token_id
|
10
|
-
parameter :charge_fee_to
|
9
|
+
parameter :caller_token_id
|
10
|
+
parameter :charge_fee_to
|
11
11
|
parameter :descriptor_policy, :type => Remit::RequestTypes::DescriptorPolicy
|
12
12
|
parameter :marketplace_fixed_fee, :type => Remit::RequestTypes::Amount
|
13
13
|
parameter :marketplace_variable_fee
|
14
14
|
parameter :meta_data
|
15
15
|
parameter :recipient_description
|
16
16
|
parameter :recipient_reference
|
17
|
-
parameter :recipient_token_id
|
17
|
+
parameter :recipient_token_id
|
18
18
|
parameter :sender_description
|
19
19
|
parameter :sender_reference
|
20
20
|
parameter :sender_token_id, :required => true
|