Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjrice committed Dec 2, 2010
1 parent 6aff86a commit c678a0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.0.6
0.0.7
2 changes: 1 addition & 1 deletion lib/cardboardfish.rb
Expand Up @@ -77,7 +77,7 @@ def self.defaults
defaults = {}
defaults[:system_type] = 'H'
defaults[:receipt] = "0"
options[:validity_period] = "1440"
defaults[:validity_period] = "1440"
return defaults
end

Expand Down

0 comments on commit c678a0c

Please sign in to comment.