diff --git a/changelog/fix-2740-woopay-remove-hard-coded-secrets b/changelog/fix-2740-woopay-remove-hard-coded-secrets deleted file mode 100644 index 8e8ea941ce7..00000000000 --- a/changelog/fix-2740-woopay-remove-hard-coded-secrets +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Replace hard-coded development blog-token secret with DEV_BLOG_TOKEN_SECRET global variable. diff --git a/changelog/fix-2740-woopay-update-dev-env-constants b/changelog/fix-2740-woopay-update-dev-env-constants new file mode 100644 index 00000000000..eecd3a39275 --- /dev/null +++ b/changelog/fix-2740-woopay-update-dev-env-constants @@ -0,0 +1,4 @@ +Significance: patch +Type: fix + +Replace WooPay's development environment constants with global variables.