Skip to content

Commit

Permalink
Merge pull request #163 from a4anthony/add-channels-option
Browse files Browse the repository at this point in the history
added channels option to request initialize data
  • Loading branch information
unicodeveloper authored Apr 8, 2024
2 parents 8df8d92 + 7fd0f96 commit 4d540e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Paystack.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ public function makePaymentRequest($data = null)
"amount" => intval(request()->amount) * $quantity,
"reference" => request()->reference,
"email" => request()->email,
"channels" => request()->channels,
"plan" => request()->plan,
"first_name" => request()->first_name,
"last_name" => request()->last_name,
Expand Down

0 comments on commit 4d540e0

Please sign in to comment.