Skip to content

Commit

Permalink
dont generate bill to contact if nil
Browse files Browse the repository at this point in the history
  • Loading branch information
mdemin914 committed Nov 6, 2012
1 parent f44ab80 commit 41beeb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/zuora/objects/subscribe_request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def create

s.__send__(zns, :BillToContact) do |btc|
generate_bill_to_contact(btc)
end
end unless bill_to_contact.nil?

s.__send__(zns, :SoldToContact) do |btc|
generate_sold_to_contact(btc)
Expand Down

0 comments on commit 41beeb2

Please sign in to comment.