Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
timoladoyinbo authored and actions-user committed Feb 19, 2021
1 parent 9eb1050 commit ddbe173
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TransferRecipient.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class TransferRecipient extends ApiResource
public static function createBulk($batch)
{
$url = static::endPointUrl('bulk');

return static::staticRequest('POST', $url, $batch);
}

Expand Down

0 comments on commit ddbe173

Please sign in to comment.