Skip to content

Commit

Permalink
print debug and override value
Browse files Browse the repository at this point in the history
  • Loading branch information
Somraj-234 committed Aug 16, 2024
1 parent 90f1d9d commit 395914a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/helper/billing.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@

stripe.api_key = STRIPE_SECRET_KEY

print(f"DJANGO_DEBUG={DJANGO_DEBUG}")
print(f"STRIPE_SECRET_KEY={STRIPE_SECRET_KEY}")
print(f"STRIPE_TEST_OVERRIDE={STRIPE_TEST_OVERRIDE}")


def serialize_subscription_data(subscription_response):
status = subscription_response.status
current_period_start = date_utils.timestamp_as_datetime(subscription_response.current_period_start)
Expand Down

0 comments on commit 395914a

Please sign in to comment.