1.0.0 subscribe page w dynamically load
This commit is contained in:
@@ -65,10 +65,10 @@ def get_order_status(bank_order_id):
|
|||||||
**get_kwargs_for_request()
|
**get_kwargs_for_request()
|
||||||
)
|
)
|
||||||
|
|
||||||
msg = f'create_order answer received = {str(res)}'
|
msg = f'get_order_status answer received = {str(res)}'
|
||||||
print(msg)
|
print(msg)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
msg = f'Exception create_order GET {url} = {str(e)} ({str(res)})'
|
msg = f'Exception get_order_status GET {url} = {str(e)} ({str(res)})'
|
||||||
print(msg)
|
print(msg)
|
||||||
res = None
|
res = None
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user