unicodeveloper / laravel-paystack

:credit_card: :package: :moneybag: Laravel 6, 7, 8, 9, 10 and 11 Package for Paystack
https://paystack.co
MIT License
612 stars 314 forks source link

Used is_null() and changed url to authorizationUrl #22

Closed imyque closed 7 years ago

imyque commented 7 years ago
  1. Used is_null(...) in public function makePaymentRequest($data = null)
  2. Updated the occurrencies of $this->url to $this->authorizationUrl since $authorizationUrl serves the same purpose