Compare commits
	
		
			No commits in common. "9c6c2b905faf51d37ea784c3f7d856b33ab0ed44" and "0423bd1a4b4492bcb075493a6d45d6301cd1123e" have entirely different histories.
		
	
	
		
			9c6c2b905f
			...
			0423bd1a4b
		
	
		|  | @ -8,13 +8,12 @@ func getProductValue(val string) string { | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| var Product = struct { | var Product = struct { | ||||||
| 	ApplyRequest                                        string | 	ApplyRequest         string | ||||||
| 	CreateRequestStep                                   string | 	CreateRequestStep    string | ||||||
| 	ProcessApplyRequest                                 string | 	ProcessApplyRequest  string | ||||||
| 	RequestChangeStatus                                 string | 	RequestChangeStatus  string | ||||||
| 	WebhookStockUpdate                                  string // WebhookStockUpdate Kiotviet queue
 | 	WebhookStockUpdate   string // WebhookStockUpdate Kiotviet queue
 | ||||||
| 	OPWebhookStockUpdate                                string // OPWebhookStockUpdate Onpoint queue
 | 	OPWebhookStockUpdate string // OPWebhookStockUpdate Onpoint queue
 | ||||||
| 	OrderPaymentBankTransferWebhookCheckAndUpdateStatus string |  | ||||||
| }{ | }{ | ||||||
| 	ApplyRequest:         getProductValue("apply_request"), | 	ApplyRequest:         getProductValue("apply_request"), | ||||||
| 	CreateRequestStep:    getProductValue("create_request_step"), | 	CreateRequestStep:    getProductValue("create_request_step"), | ||||||
|  | @ -22,5 +21,4 @@ var Product = struct { | ||||||
| 	RequestChangeStatus:  getProductValue("request_change_status"), | 	RequestChangeStatus:  getProductValue("request_change_status"), | ||||||
| 	WebhookStockUpdate:   getProductValue("webhook_stock_update"), | 	WebhookStockUpdate:   getProductValue("webhook_stock_update"), | ||||||
| 	OPWebhookStockUpdate: getProductValue("op_webhook_stock_update"), | 	OPWebhookStockUpdate: getProductValue("op_webhook_stock_update"), | ||||||
| 	OrderPaymentBankTransferWebhookCheckAndUpdateStatus: getProductValue("order_payment_bank_transfer_webhook_check_and_update_status"), |  | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue