unicodeveloper / laravel-paystack

:credit_card: :package: :moneybag: Laravel 6, 7, 8, 9, 10 and 11 Package for Paystack

Home Page:https://paystack.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parsing data

vicsystems55 opened this issue · comments

how do i parse data like
perPage

to

getAllTransactions() 

method
as the default is set to 50

i did

$data = [
"perPage" => 3
];