mergeDev/campaign #73

Closed
Ghost wants to merge 208 commits from mergeDev/campaign into develop
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 61498e1594 - Show all commits

View File

@ -15,6 +15,7 @@ var prefixes = struct {
SupplierRole string
SupplierPermission string
Withdraw string
Notification string
}{
Communication: "communication",
Order: "order",
@ -30,4 +31,5 @@ var prefixes = struct {
SupplierRole: "supplier_role",
SupplierPermission: "supplier_permission",
Withdraw: "withdraw",
Notification: "notification",
}