Skip to content

Commit

Permalink
Add Paypal sandbox URL to staging env config (#9129)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorbg authored Mar 28, 2024
1 parent f6fe426 commit 174adfd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions infra/wca_on_rails/staging/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ locals {
{
name = "TASK_ROLE",
value = aws_iam_role.task_role.name
},
{
name = "PAYPAL_BASE_URL",
value = "https://api-m.sandbox.paypal.com"
}
]
pma_environment = [
Expand Down

0 comments on commit 174adfd

Please sign in to comment.