Compare commits
	
		
			2 Commits
		
	
	
		
			72d45ed239
			...
			de84fdc2bf
		
	
	| Author | SHA1 | Date | 
|---|---|---|
| 
							
							
								
									
								
								 | 
						de84fdc2bf | |
| 
							
							
								 | 
						a4a6f31ec6 | 
| 
						 | 
				
			
			@ -8,12 +8,13 @@ func getProductValue(val string) string {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
var Product = struct {
 | 
			
		||||
	ApplyRequest         string
 | 
			
		||||
	CreateRequestStep    string
 | 
			
		||||
	ProcessApplyRequest  string
 | 
			
		||||
	RequestChangeStatus  string
 | 
			
		||||
	WebhookStockUpdate   string // WebhookStockUpdate Kiotviet queue
 | 
			
		||||
	OPWebhookStockUpdate string // OPWebhookStockUpdate Onpoint queue
 | 
			
		||||
	ApplyRequest                                        string
 | 
			
		||||
	CreateRequestStep                                   string
 | 
			
		||||
	ProcessApplyRequest                                 string
 | 
			
		||||
	RequestChangeStatus                                 string
 | 
			
		||||
	WebhookStockUpdate                                  string // WebhookStockUpdate Kiotviet queue
 | 
			
		||||
	OPWebhookStockUpdate                                string // OPWebhookStockUpdate Onpoint queue
 | 
			
		||||
	OrderPaymentBankTransferWebhookCheckAndUpdateStatus string
 | 
			
		||||
}{
 | 
			
		||||
	ApplyRequest:         getProductValue("apply_request"),
 | 
			
		||||
	CreateRequestStep:    getProductValue("create_request_step"),
 | 
			
		||||
| 
						 | 
				
			
			@ -21,4 +22,5 @@ var Product = struct {
 | 
			
		|||
	RequestChangeStatus:  getProductValue("request_change_status"),
 | 
			
		||||
	WebhookStockUpdate:   getProductValue("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