lib/veritrans/cli.rb in veritrans-2.0.4 vs lib/veritrans/cli.rb in veritrans-2.1.0
- old
+ new
@@ -1,9 +1,9 @@
require 'json'
require 'securerandom'
require 'logger'
-module Veritrans
+class Veritrans
module CLI
# can't find order
class OrderNotFound < Exception; end
class AuthenticationError < Exception; end
\ No newline at end of file