Skip to content

Commit

Permalink
Merge branch 'release/0.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrock committed Sep 6, 2012
2 parents 49b140a + f680c6f commit b818a93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/payex.rb
Expand Up @@ -53,7 +53,7 @@ def PayEx.complete_transaction! id


case status case status
when :sale, :authorize when :sale, :authorize
if response[:already_completed] if response[:already_completed] == 'True'
error = 'Transaction already completed' error = 'Transaction already completed'
end end
when :initialize when :initialize
Expand Down
2 changes: 1 addition & 1 deletion payex.gemspec
Expand Up @@ -2,7 +2,7 @@


Gem::Specification.new do |gem| Gem::Specification.new do |gem|
gem.name = 'payex' gem.name = 'payex'
gem.version = '0.1.1' gem.version = '0.1.2'
gem.summary = 'PayEx SOAP API glue' gem.summary = 'PayEx SOAP API glue'
gem.author = 'Daniel Brockman' gem.author = 'Daniel Brockman'
gem.files = `git ls-files 2>/dev/null`.split($\) gem.files = `git ls-files 2>/dev/null`.split($\)
Expand Down

0 comments on commit b818a93

Please sign in to comment.