Skip to content

Commit

Permalink
Merge pull request #95 from pepabo/rename-typo-file
Browse files Browse the repository at this point in the history
Fix typo filename.
  • Loading branch information
ryuchan00 authored May 7, 2018
2 parents 2596700 + 29d57bd commit 42ebed3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/active_merchant/epsilon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
require_relative 'billing/gateways/epsilon/epsilon_process_code'
require_relative 'billing/gateways/epsilon/epsilon_base'
require_relative 'billing/gateways/epsilon'
require_relative 'billing/gateways/epslion_convenience_store'
require_relative 'billing/gateways/epsilon_convenience_store'
require_relative 'billing/gateways/epsilon_gmo_id'
require_relative 'billing/gateways/response_parser'
2 changes: 1 addition & 1 deletion lib/active_merchant/epsilon/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ActiveMerchant
module Epsilon
VERSION = "0.8.0"
VERSION = "0.8.1"
end
end

0 comments on commit 42ebed3

Please sign in to comment.