Skip to content

Commit

Permalink
Rename debug
Browse files Browse the repository at this point in the history
Add uuid
  • Loading branch information
Tung-Huynh-Shopmacher committed Jul 18, 2024
1 parent 776df25 commit ac2f19d
Show file tree
Hide file tree
Showing 9 changed files with 6,053 additions and 6,111 deletions.
4 changes: 2 additions & 2 deletions connect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ deployAs:
description: Commercetools Composable Commerce API region
required: true
default: "europe-west1.gcp"
- key: MOLLIE_DEBUG
description: Mollie PSP debug mode
- key: DEBUG
description: Debug mode (0 or 1)
required: false
default: "0"
securedConfiguration:
Expand Down
2 changes: 1 addition & 1 deletion processor/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CTP_AUTH_URL=https://auth.<YOUR_CTP_REGION>.commercetools.com
CTP_API_URL=https://api.<YOUR_CTP_REGION>.commercetools.com

## Mollie PSP credentials
MOLLIE_DEBUG=<INTEGER_VALUE> ## Either 1 for enable or 0 for disable
DEBUG=<INTEGER_VALUE> ## Either 1 for enable or 0 for disable
MOLLIE_API_KEY=<YOUR_MOLLIE_API_KEY>
MOLLIE_PROFILE_ID=<YOUR_MOLLIE_PROFILE_ID>

Expand Down
2 changes: 1 addition & 1 deletion processor/.env.jest
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ CTP_REGION=europe-west1.gcp
## MOLLIE vars
MOLLIE_API_KEY=12345678901234567890123456789012
MOLLIE_PROFILE_ID=pfl_12345
MOLLIE_DEBUG=1
DEBUG=0
Loading

0 comments on commit ac2f19d

Please sign in to comment.