Skip to content

Commit

Permalink
Merge pull request #45 from harishdeivanayagam/feature/ee-cloud-billing
Browse files Browse the repository at this point in the history
paddle key fix
  • Loading branch information
harishdeivanayagam authored Feb 7, 2025
2 parents ed918fc + 2c51e28 commit 1e6fd1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/console/ee/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export async function getPaddle() {
}

return {
token: process.env.PADDLE_PUBLIC_KEY || "",
token: process.env.PADDLE_CLIENT_KEY || "",
environment: process.env.PADDLE_MODE === "production" ? Environment.production : Environment.sandbox
}
}
Expand Down

0 comments on commit 1e6fd1f

Please sign in to comment.