Skip to content

Commit 1914b49

Browse files
authored
fix: update directChannel field name
1 parent 05053ff commit 1914b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Model/Request/DirectChannel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function __construct(string $directChannel)
2020
public function toArray(): array
2121
{
2222
return [
23-
'direct_channel' => $this->value,
23+
'directChannel' => $this->value,
2424
];
2525
}
2626
}

0 commit comments

Comments
 (0)