lib/sisow/configuration.rb in sisow-0.9.1 vs lib/sisow/configuration.rb in sisow-0.9.2
- old
+ new
@@ -27,7 +27,15 @@
def debug_mode_enabled?
@debug_mode == true
end
+ def merchant_key=(merchant_key)
+ @merchant_key = merchant_key.to_s
+ end
+
+ def merchant_id=(merchant_id)
+ @merchant_id = merchant_id.to_s
+ end
+
end
end