We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb1050 commit ddbe173Copy full SHA for ddbe173
1 file changed
src/TransferRecipient.php
@@ -20,6 +20,7 @@ class TransferRecipient extends ApiResource
20
public static function createBulk($batch)
21
{
22
$url = static::endPointUrl('bulk');
23
+
24
return static::staticRequest('POST', $url, $batch);
25
}
26
0 commit comments