Skip to content

Commit 28af1ee

Browse files
IP Address updated
1 parent 9eeb569 commit 28af1ee

4 files changed

Lines changed: 32 additions & 3 deletions

File tree

TransactionProcessor/TransactionProcessor.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@
4444
</ItemGroup>
4545

4646
<ItemGroup>
47+
<Content Update="appsettings.preproduction.Development.json">
48+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
49+
</Content>
50+
<Content Update="appsettings.staging.Development.json">
51+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
52+
</Content>
4753
<Content Update="appsettings.development.json">
4854
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
4955
</Content>

TransactionProcessor/appsettings.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"AppSettings": {
3-
"SubscriptionFilter": "Transaction Processor",
4-
"UseInternalSubscriptionService": "true",
3+
"InternalSubscriptionServiceFilter": "Transaction Processor",
54
"ClientId": "serviceClient",
65
"ClientSecret": "d192cbc46d834d0da90e8a9d50ded543",
76
"EventHandlerConfiguration": {
@@ -21,7 +20,7 @@
2120
},
2221
"OperatorConfiguration": {
2322
"Safaricom": {
24-
"Url": "http://192.168.1.133:9000/api/safaricom",
23+
"Url": "http://192.168.0.133:9000/api/safaricom",
2524
"LoginId": "D-S136",
2625
"MSISDN": "700945625",
2726
"Pin": "0322",
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"OperatorConfiguration": {
3+
"Safaricom": {
4+
"Url": "http://192.168.0.134:9000/api/safaricom",
5+
"LoginId": "D-S136",
6+
"MSISDN": "700945625",
7+
"Pin": "0322",
8+
"Password": "@SafePay33",
9+
"ExtCode": "SA"
10+
}
11+
}
12+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"OperatorConfiguration": {
3+
"Safaricom": {
4+
"Url": "http://192.168.0.133:9000/api/safaricom",
5+
"LoginId": "D-S136",
6+
"MSISDN": "700945625",
7+
"Pin": "0322",
8+
"Password": "@SafePay33",
9+
"ExtCode": "SA"
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)