-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:beckn/beckn-action-bot
- Loading branch information
Showing
13 changed files
with
306 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"FULFILLMENT_STATUS_CODES":{ | ||
"order-picked-up":{ | ||
"message": "Your order has been picked up" | ||
}, | ||
"order-on-the-way": { | ||
"message": "Your order is on the way" | ||
}, | ||
"order-delivered":{ | ||
"message": "Your order has been delivered" | ||
}, | ||
"ticket-issued":{ | ||
"message": "Your ticket has been issued" | ||
}, | ||
"ticket-validated":{ | ||
"message": "Your ticket has been validated" | ||
}, | ||
"charging-started": { | ||
"message": "Your charging has started" | ||
}, | ||
"charging-stopped":{ | ||
"message": "Your charging has stopped" | ||
}, | ||
"charger-not-working":{ | ||
"message": "Hi, it looks likes your charger is not working. DO you want to find other chargin stations?" | ||
}, | ||
"charging-completed":{ | ||
"message": "Hi, your chargin is complete!" | ||
}, | ||
"checked-in": { | ||
"message": "You have succesfully checked-in to your stay!" | ||
}, | ||
"checked-out":{ | ||
"message": "You have succesfully checked-out from your stay!" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.