diff --git a/def.go b/def.go index 48a7aab..db45f0b 100644 --- a/def.go +++ b/def.go @@ -274,7 +274,7 @@ type JobPayloadGDeposit struct { Status int `json:"status"` } -type JobPayloadGDepositFwd struct { +type JobPayloadGDepositForwardd struct { ItemID64 int64 `json:"item_id"` Quantity int64 `json:"quantity"` } diff --git a/job.go b/job.go index f02d75b..6bb5768 100644 --- a/job.go +++ b/job.go @@ -724,8 +724,8 @@ func jobGStock(j Job) { return } -func jobGDepositForward(j Job) { - var p JobPayloadGDepositFwd +func jobGDepositForwardd(j Job) { + var p JobPayloadGDepositForwardd err := setJobStart(j.ID64) logOnError(err, "jobGDepositForward : setJobStart")