Compare commits
No commits in common. "de84fdc2bf183dbeacacb683115f11771f906d1e" and "72d45ed239ce763e7dd7c2e355fcacbda7fa2926" have entirely different histories.
de84fdc2bf
...
72d45ed239
|
@ -14,7 +14,6 @@ var Product = struct {
|
|||
RequestChangeStatus string
|
||||
WebhookStockUpdate string // WebhookStockUpdate Kiotviet queue
|
||||
OPWebhookStockUpdate string // OPWebhookStockUpdate Onpoint queue
|
||||
OrderPaymentBankTransferWebhookCheckAndUpdateStatus string
|
||||
}{
|
||||
ApplyRequest: getProductValue("apply_request"),
|
||||
CreateRequestStep: getProductValue("create_request_step"),
|
||||
|
@ -22,5 +21,4 @@ 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