Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,6 @@ EBEL2X_CONTRACT_ADDRESS=

COIN_GECKO_API_KEY=

CKO_PUBLIC_KEY=
CKO_SECRET_KEY=
CKO_ENTITY_ID=

SIFT_API_KEY=
SIFT_ACCOUNT_ID=
SIFT_ANALYST=
Expand Down
19 changes: 0 additions & 19 deletions infrastructure/bicep/api/dfx-api.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -286,13 +286,6 @@ param albyClientSecret string
@secure()
param iknaKey string

@secure()
param ckoPublicKey string
@secure()
param ckoSecretKey string
@secure()
param ckoEntityId string

@secure()
param siftApiKey string
@secure()
Expand Down Expand Up @@ -1309,18 +1302,6 @@ resource apiAppService 'Microsoft.Web/sites@2018-11-01' = {
name: 'IKNA_KEY'
value: iknaKey
}
{
name: 'CKO_PUBLIC_KEY'
value: ckoPublicKey
}
{
name: 'CKO_SECRET_KEY'
value: ckoSecretKey
}
{
name: 'CKO_ENTITY_ID'
value: ckoEntityId
}
{
name: 'SIFT_API_KEY'
value: siftApiKey
Expand Down
9 changes: 0 additions & 9 deletions infrastructure/bicep/api/parameters/dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -533,15 +533,6 @@
"iknaKey": {
"value": "xxx"
},
"ckoPublicKey": {
"value": "xxx"
},
"ckoSecretKey": {
"value": "xxx"
},
"ckoEntityId": {
"value": "xxx"
},
"siftApiKey": {
"value": "xxx"
},
Expand Down
9 changes: 0 additions & 9 deletions infrastructure/bicep/api/parameters/loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -533,15 +533,6 @@
"iknaKey": {
"value": "xxx"
},
"ckoPublicKey": {
"value": "xxx"
},
"ckoSecretKey": {
"value": "xxx"
},
"ckoEntityId": {
"value": "xxx"
},
"siftApiKey": {
"value": "xxx"
},
Expand Down
9 changes: 0 additions & 9 deletions infrastructure/bicep/api/parameters/prd.json
Original file line number Diff line number Diff line change
Expand Up @@ -533,15 +533,6 @@
"iknaKey": {
"value": "xxx"
},
"ckoPublicKey": {
"value": "xxx"
},
"ckoSecretKey": {
"value": "xxx"
},
"ckoEntityId": {
"value": "xxx"
},
"siftApiKey": {
"value": "xxx"
},
Expand Down
12 changes: 0 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
"bolt11": "^1.4.1",
"bs58check": "^4.0.0",
"ccxt": "^4.5.14",
"checkout-sdk-node": "^2.8.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.2",
"coingecko-api-v3": "^0.0.25",
Expand Down
4 changes: 0 additions & 4 deletions src/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1200,10 +1200,6 @@ export class Configuration {
analyst: process.env.SIFT_ANALYST,
};

checkout = {
entityId: process.env.CKO_ENTITY_ID,
};

cronJobDelay = process.env.CRON_JOB_DELAY?.split(';').map(Number) ?? [];

// --- GETTERS --- //
Expand Down
10 changes: 0 additions & 10 deletions src/integration/checkout/checkout.module.ts

This file was deleted.

165 changes: 0 additions & 165 deletions src/integration/checkout/dto/checkout.dto.ts

This file was deleted.

Loading