williamagyapong commited on
Commit
afc9b06
·
verified ·
1 Parent(s): 4803267

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -122,7 +122,7 @@ def process_user_msg(message, mobile):
122
  # Persist transaction data temporarily for Create, Update, or Delete operations
123
  persist_temporary_transaction(parsed_trans_data, mobile)
124
  # Give user the chance to confirm/cancel transaction before processing other intents
125
- messenger_reply_button(mobile, f"*Raw Response*: {response}, \n \n *Parsed Response*: {parsed_trans_data}")
126
 
127
  return True
128
 
 
122
  # Persist transaction data temporarily for Create, Update, or Delete operations
123
  persist_temporary_transaction(parsed_trans_data, mobile)
124
  # Give user the chance to confirm/cancel transaction before processing other intents
125
+ messenger_reply_button(mobile, f"Raw Response: {response}, \n \n Parsed Response: {parsed_trans_data}")
126
 
127
  return True
128