Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,6 @@ if st.button("Create Checkout Session"):
|
|
49 |
session_id, checkout_url = create_checkout_session()
|
50 |
if session_id and checkout_url:
|
51 |
st.session_state.session_id = session_id
|
52 |
-
st.write(f"Checkout URL: {checkout_url}")
|
53 |
st.markdown(f"[Proceed to Checkout]({checkout_url})", unsafe_allow_html=True)
|
54 |
|
55 |
# Input for session ID to check payment status
|
|
|
49 |
session_id, checkout_url = create_checkout_session()
|
50 |
if session_id and checkout_url:
|
51 |
st.session_state.session_id = session_id
|
|
|
52 |
st.markdown(f"[Proceed to Checkout]({checkout_url})", unsafe_allow_html=True)
|
53 |
|
54 |
# Input for session ID to check payment status
|