Skip to content

Commit

Permalink
Provide placeholder value for STRIPE_WEBHOOK_SECRET
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirch committed Aug 13, 2023
1 parent e8a98a3 commit 81e0fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ resource "aws_lambda_function" "finish_payment_lambda" {
variables = {
PAYMENTS_TABLE_NAME = aws_dynamodb_table.payments.name
STRIPE_SECRET_KEY = var.stripe_api_token
STRIPE_WEBHOOK_SECRET = stripe_webhook_endpoint.successful_payments.secret
STRIPE_WEBHOOK_SECRET = ""
}
}
}

0 comments on commit 81e0fc7

Please sign in to comment.