diff --git a/.gitignore b/.gitignore index 6c9537f..75bddf9 100644 --- a/.gitignore +++ b/.gitignore @@ -362,3 +362,4 @@ MigrationBackup/ # Fody - auto-generated XML schema FodyWeavers.xsd /LiteCharms.Features.Tests/http/http-client.env.json +/LiteCharms.Features.Tests/http/midrandshop-api/http-client.env.json diff --git a/LiteCharms.Features.Tests/http/midrandshop-api/http-client.env.json b/LiteCharms.Features.Tests/http/midrandshop-api/http-client.env.json deleted file mode 100644 index 17e9789..0000000 --- a/LiteCharms.Features.Tests/http/midrandshop-api/http-client.env.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "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" - } -}