Skip to content

Commit

Permalink
Reverted a change that shouldn’t have been pushed.
Browse files Browse the repository at this point in the history
  • Loading branch information
fdeschenes committed Jan 11, 2016
1 parent 85ebe0b commit 6b2a740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/dhl/ecommerce/label.rb
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def xml

xml.PackageRef do
xml.PrintFlag customer_confirmation_number.present?
xml.LabelText customer_confirmation_number
# xml.LabelText ""
end

xml.ConsigneeAddress do
Expand Down
2 changes: 1 addition & 1 deletion lib/dhl/ecommerce/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module DHL
module Ecommerce
VERSION = "1.0.3"
VERSION = "1.0.4"
end
end

0 comments on commit 6b2a740

Please sign in to comment.