Skip to content

Commit

Permalink
Merge branch 'master' of github.com:digikraaft/paystack-php
Browse files Browse the repository at this point in the history
  • Loading branch information
timoladoyinbo committed Feb 19, 2021
2 parents d2d7726 + ddbe173 commit 97f8a1c
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 97f8a1c

Please sign in to comment.