ArshVerma commited on
Commit
99cbab5
·
1 Parent(s): fc6ff5a

Update scenarios.py

Browse files
Files changed (1) hide show
  1. codereview_env/scenarios.py +1 -1
codereview_env/scenarios.py CHANGED
@@ -404,7 +404,7 @@ sec_002 = Scenario(
404
  +++ b/payments/webhook.py
405
  @@ -5,1 +5,1 @@
406
  -stripe_secret = os.getenv("STRIPE_SECRET")
407
- +SECRET_KEY = "sk_live_abc123XYZ" """,
408
  additions=1,
409
  deletions=1,
410
  )
 
404
  +++ b/payments/webhook.py
405
  @@ -5,1 +5,1 @@
406
  -stripe_secret = os.getenv("STRIPE_SECRET")
407
+ +SECRET_KEY = "sk_live_dummy_secret_key_for_testing_12345" """,
408
  additions=1,
409
  deletions=1,
410
  )