Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
url updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ao committed Jan 26, 2016
1 parent d317ac9 commit 51e8d5d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0"?>
<configuration>
<appSettings>
<add key="TokenUrl" value="https://qa02-api.worldpay.io/v1/tokens"/>
<add key="BaseUrl" value="https://qa02-api.worldpay.io/v1"/>
<add key="TokenUrl" value="https://api.worldpay.com/v1/tokens"/>
<add key="BaseUrl" value="https://api.worldpay.com/v1"/>
<add key="ServiceKey" value="T_S_4023fc55-903b-47c5-8d2c-ff73a4cd1cce"/>
<add key="ClientKey" value="T_C_564f850f-1f04-4211-afe7-0f792fd3d2dd"/>
<add key="MerchantId" value="01346fe3-86b7-40d4-9406-a4646e9fa520"/>
<add key="WebhookUrl" value="https://logger2.worldpaydemo.com/logger/log?server=qa&amp;statusCode=200"/>
<add key="WebhookUrl" value="[PathToWebhookUrl]"/>
<add key="OrderLog" value="[PathToWebhookLogfile]"/>
</appSettings>
<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>

0 comments on commit 51e8d5d

Please sign in to comment.