Skip to content

Commit

Permalink
fix for omitempty of OrderID (kafka-reporting-event metadata)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosmin Rentea committed Apr 17, 2017
1 parent 9f6a639 commit 3049d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/sms/nexmo_sms_sender.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ type NexmoMessageReport struct {
}

type ReportPayload struct {
OrderId string `json:"order_id,,omitempty"`
OrderId string `json:"order_id,omitempty"`
MessageId string `json:"message_id"`
SmsText string `json:"sms_text"`
SmsRequestTime string `json:"sms_request_time"`
Expand Down

0 comments on commit 3049d21

Please sign in to comment.