added OrderNotification, OrderNotifications, client.GetOrderNotifications

This commit is contained in:
Bastian de Byl
2023-09-25 13:05:05 -04:00
parent d7c5fd3b74
commit 5e2a2afd42
3 changed files with 49 additions and 10 deletions

View File

@@ -12,6 +12,8 @@ var (
orderUri = apiUri + ordersPath
productsUri = apiUri + productsPath
validationUri = apiUri + validationPath
orderNotificationPath = "notifications"
)
type Address struct {