lib/mpower/checkout.rb in mpower-1.0.7 vs lib/mpower/checkout.rb in mpower-1.0.8
- old
+ new
@@ -6,10 +6,11 @@
attr_accessor :status, :response_text, :response_code, :token
end
end
end
-%w(checkout/invoice
+%w(checkout/redirect_invoice
+ checkout/onsite_invoice
checkout/store
).each do |lib|
require File.join(File.dirname(__FILE__), lib)
end
\ No newline at end of file