Skip to content

Commit c8b4fa9

Browse files
authored
Merge pull request #98 from MLDMoritz/patch-1
Support Payments
2 parents bbede85 + 74f6f51 commit c8b4fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Payment/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
class Client extends BaseClient
1414
{
15-
protected string $resource = 'payment';
15+
protected string $resource = 'payments';
1616

1717
/***
1818
* @param array $data

0 commit comments

Comments
 (0)