Skip to content

Commit 9f50d3a

Browse files
PHPAY-34: confirm receipt function on efi library
1 parent b84dbc8 commit 9f50d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Gateways/Efi/Resources/Charge/Charge.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ public function getQrCodePix(string $id): array
195195
*/
196196
public function confirmReceipt(string $id): array
197197
{
198-
return $this->put("v1/charge/{$id}/settle");
198+
return $this->put("v1/charge/{$id}/settle", []);
199199
}
200200

201201
/**

0 commit comments

Comments
 (0)