Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mdemin914 committed Oct 8, 2012
1 parent 9b64ffe commit 83ef061
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/zuora/objects/subscribe_request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ class SubscribeRequest < Base
store_accessors :subscribe_options
store_accessors :preview_options

:validation_errors = Array.new

validate do |request|
:validation_errors = Array.new
:validation_errors << request.must_have_usable(:account)
#request.must_have_usable(:payment_method) if :preview_options["enable_preview_mode"] != true
#request.must_have_usable(:bill_to_contact)
Expand Down

0 comments on commit 83ef061

Please sign in to comment.