-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed: Webhook API for For All Fulfillments
- Loading branch information
1 parent
b750486
commit 6119c3f
Showing
2 changed files
with
67 additions
and
10 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
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