Skip to content

Commit

Permalink
phase2 porting to 1.9.2 rails 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gato-omega committed Jan 12, 2012
1 parent 6787aef commit e01f6ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/integration/sage_pay/server_spec.rb
Expand Up @@ -3,7 +3,7 @@
if run_integration_specs?
describe SagePay::Server, "integration specs" do
before(:each) do
@vendor = "codescrum"
@vendor = "codescrumpills"
#@notification_url = "https://test.sagepay.com/Simulator/VSPServerGateway.asp?Service=VendorRegisterTx"
@notification_url = "http://190.146.87.50"

Expand Down
2 changes: 1 addition & 1 deletion spec/sage_pay/server_spec.rb
Expand Up @@ -4,7 +4,7 @@
describe ".payment" do
before(:each) do

@vendor = "codescrum"
@vendor = "codescrumpills"
#@notification_url = "https://test.sagepay.com/Simulator/VSPServerGateway.asp?Service=VendorRegisterTx"
@notification_url = "https://test.sagepay.com/Simulator/VSPServerGateway.asp?Service=VendorRegisterTx"

Expand Down

0 comments on commit e01f6ff

Please sign in to comment.