File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ import (
9
9
"crypto/hmac"
10
10
"crypto/sha256"
11
11
"encoding/hex"
12
- "log/slog"
13
- "strconv"
14
12
"errors"
15
13
"fmt"
14
+ "log/slog"
15
+ "strconv"
16
16
17
17
"net/http"
18
18
"time"
@@ -64,9 +64,9 @@ var statusMapping = map[string]courier.MsgStatus{
64
64
65
65
type formMessage struct {
66
66
ID string `name:"id"`
67
- MID string `name:"mid"` //shortcode only
68
- Shortcode string `name:"shortcode"` //shortcode only
69
- Recipient string `name:"recipient" validate:"required"`
67
+ MID string `name:"mid"` //shortcode only
68
+ Shortcode string `name:"shortcode"` //shortcode only
69
+ Recipient string `name:"recipient" validate:"required"`
70
70
Originator string `name:"originator"`
71
71
Body string `name:"body"`
72
72
MediaURLs []string `name:"mediaUrls"`
You can’t perform that action at this time.
0 commit comments