Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -142,7 +142,7 @@ def bot():
|
|
| 142 |
logger.info(f"URL encoded profile_id: {encoded_profile_id}")
|
| 143 |
|
| 144 |
# Fetch data from the external API
|
| 145 |
-
API_URL = "https://irisplustech.com/public/
|
| 146 |
payload = {'profile_id': encoded_profile_id}
|
| 147 |
|
| 148 |
logger.info(f"Making API call to: {API_URL}")
|
|
|
|
| 142 |
logger.info(f"URL encoded profile_id: {encoded_profile_id}")
|
| 143 |
|
| 144 |
# Fetch data from the external API
|
| 145 |
+
API_URL = "https://irisplustech.com/public/api/business/profile/user/get-recent-transactions-v2"
|
| 146 |
payload = {'profile_id': encoded_profile_id}
|
| 147 |
|
| 148 |
logger.info(f"Making API call to: {API_URL}")
|