diff --git a/src/TransferRecipient.php b/src/TransferRecipient.php index 3fbd974..1d6b23b 100644 --- a/src/TransferRecipient.php +++ b/src/TransferRecipient.php @@ -20,6 +20,7 @@ class TransferRecipient extends ApiResource public static function createBulk($batch) { $url = static::endPointUrl('bulk'); + return static::staticRequest('POST', $url, $batch); }