File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
'purpose ' => 'wholesale ' ,
13
13
'sender ' => 'SMS ' ,
14
14
'send_at ' => '2020-10-03T07:42:39-07:00 ' ,
15
- 'with_answers ' => false ,
15
+ 'with_replies ' => false ,
16
16
];
17
17
18
18
/*
23
23
"purpose":"wholesale",
24
24
"sender":"SMS",
25
25
"send_at":"2020-10-03T07:42:39-07:00",
26
- "with_answers ":false
26
+ "with_replies ":false
27
27
}
28
28
*/
29
29
$ jsonEncodedPayload = json_encode ($ payload );
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ public function getQueryArray(): array
55
55
'type ' => $ this ->type ,
56
56
'purpose ' => $ this ->purpose ,
57
57
'sender ' => $ this ->sender ,
58
- 'with_answers ' => $ this ->withReplies ,
58
+ 'with_replies ' => $ this ->withReplies ,
59
59
'send_at ' => $ this ->sendAt ->format (DateTime::ATOM ),
60
60
],
61
61
];
You can’t perform that action at this time.
0 commit comments