Skip to content

Commit

Permalink
Fix wrong requiring path
Browse files Browse the repository at this point in the history
  • Loading branch information
whyayen committed Jan 10, 2022
1 parent 8aaeb01 commit e38d0f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/console
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby

require "bundler/setup"
require "ezpay/invoice/sdk"
require "ezpay-invoice"

# You can add fixtures and/or initialization code here to make experimenting
# with your gem easier. You can also use a different console, if you like.
Expand Down
2 changes: 1 addition & 1 deletion lib/ezpay-invoice.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require "ezpay/invoice/sdk/version"
require_relative "ezpay-invoice/version"

module EzpayInvoice
class Error < StandardError; end
Expand Down

0 comments on commit e38d0f4

Please sign in to comment.