Skip to content

Commit 51b3cbe

Browse files
committed
Send data as body, not as query in RestRefundRequest::sendData
1 parent 40410bf commit 51b3cbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Message/RestRefundRequest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ public function sendData($data)
6767
$httpResponse = $this->sendRequest(
6868
'POST',
6969
'/orders/' . $data['id'] . '/refunds',
70+
null,
7071
$data
7172
);
7273

0 commit comments

Comments
 (0)