Skip to content

Commit

Permalink
Update payment_details.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
jdnguyen committed Apr 21, 2014
1 parent 77d9525 commit d1a1451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ebay/types/payment_details.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class PaymentDetails
root_element_name 'PaymentDetails'
numeric_node :hours_to_deposit, 'HoursToDeposit', :optional => true
numeric_node :days_to_full_payment, 'DaysToFullPayment', :optional => true
# money_node :deposit_amount, 'DepositAmount', :optional => true
money_node :deposit_amount, 'DepositAmount', :optional => true
text_node :deposit_type, 'DepositType', :optional => true
end
end
Expand Down

0 comments on commit d1a1451

Please sign in to comment.