Skip to content

Commit

Permalink
Fixed require statements again
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian McGowan committed Dec 15, 2011
1 parent ac77e97 commit 9f02d34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/ipcommerce/web_service.rb
@@ -1,5 +1,9 @@
module Ipcommerce
class Web_service < API

require_relative 'web_service/service_information'
require_relative 'web_service/transaction_processing'
require_relative 'web_service/transaction_management'

def json_time(time)
if (time.is_a? Time) then
Expand Down

0 comments on commit 9f02d34

Please sign in to comment.