Update stripe_checkout.py
Browse files- stripe_checkout.py +3 -1
stripe_checkout.py
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
-
|
|
|
2 |
import os
|
|
|
3 |
|
4 |
stripe.api_key = os.getenv("STRIPE_API_KEY")
|
5 |
|
|
|
1 |
+
# stripe_checkout.py
|
2 |
+
|
3 |
import os
|
4 |
+
import stripe
|
5 |
|
6 |
stripe.api_key = os.getenv("STRIPE_API_KEY")
|
7 |
|