spec/veritrans_config_spec.rb in veritrans-2.1.3 vs spec/veritrans_config_spec.rb in veritrans-2.2.0
- old
+ new
@@ -10,10 +10,10 @@
self.should == Veritrans.instance
end
end
it "should have sandbox api_host by defualt" do
- Veritrans.config.api_host.should == "https://api.sandbox.veritrans.co.id"
+ Veritrans.config.api_host.should == "https://api.sandbox.midtrans.com"
end
it "should set client key and server key" do
Veritrans.config do
config.client_key = "kk-1"