Compare commits
No commits in common. "850ac484dd2b9b5de2747cc68aae7d81968e657d" and "5fc50c3f6fd0c1cbe9f546df0d38c7b2155bfaf6" have entirely different histories.
850ac484dd
...
5fc50c3f6f
|
@ -12,11 +12,9 @@ var Product = struct {
|
||||||
CreateRequestStep string
|
CreateRequestStep string
|
||||||
ProcessApplyRequest string
|
ProcessApplyRequest string
|
||||||
RequestChangeStatus string
|
RequestChangeStatus string
|
||||||
WebhookStockUpdate string
|
|
||||||
}{
|
}{
|
||||||
ApplyRequest: getProductValue("apply_request"),
|
ApplyRequest: getProductValue("apply_request"),
|
||||||
CreateRequestStep: getProductValue("create_request_step"),
|
CreateRequestStep: getProductValue("create_request_step"),
|
||||||
ProcessApplyRequest: getProductValue("process_apply_request"),
|
ProcessApplyRequest: getProductValue("process_apply_request"),
|
||||||
RequestChangeStatus: getProductValue("request_change_status"),
|
RequestChangeStatus: getProductValue("request_change_status"),
|
||||||
WebhookStockUpdate: getProductValue("webhook_stock_update"),
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue