Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -9,7 +9,7 @@ st.write("Hello")
|
|
| 9 |
|
| 10 |
# --- Payment Variables (MUST UPDATE) ---
|
| 11 |
# !!! CRITICAL 1: Replace this placeholder with your actual PayPal email or Merchant ID. !!!
|
| 12 |
-
PAYPAL_BUSINESS_EMAIL = "
|
| 13 |
CURRENCY_CODE = "USD"
|
| 14 |
|
| 15 |
# !!! CRITICAL 2: URL to redirect the user to after they successfully complete payment on PayPal.
|
|
|
|
| 9 |
|
| 10 |
# --- Payment Variables (MUST UPDATE) ---
|
| 11 |
# !!! CRITICAL 1: Replace this placeholder with your actual PayPal email or Merchant ID. !!!
|
| 12 |
+
PAYPAL_BUSINESS_EMAIL = "maria.tsilimos@proton.me"
|
| 13 |
CURRENCY_CODE = "USD"
|
| 14 |
|
| 15 |
# !!! CRITICAL 2: URL to redirect the user to after they successfully complete payment on PayPal.
|