Files
components/LiteCharms.Features.Tests/http/midrandshop-api/http-client.env.json
T
Khwezi Mngoma 0a95df4c39
continuous-integration/drone/pr Build is passing
Added midrand shop .http test folder
2026-06-03 00:22:44 +02:00

17 lines
437 B
JSON

{
"local": {
"baseUrl": "https://localhost:7196",
"paymentId": "jdPB2zaKM3Z",
"signature": "6aeff59bb74f2448ff2c3d81b2ec95de",
"item_name": "System Architecture Book",
"amount": "350.00"
},
"uat": {
"baseUrl": "https://api.uat.midrandbooks.co.za",
"paymentId": "jdPB2zaKM3Z",
"signature": "6aeff59bb74f2448ff2c3d81b2ec95de",
"item_name": "System Architecture Book",
"amount": "350.00"
}
}