Skip to content

Version 2.0

Latest
Compare
Choose a tag to compare
@ibrahimlawal ibrahimlawal released this 26 Apr 21:39
· 104 commits to master since this release

Changes

  • Calls will return an Object of stdClass or throw exception that includes error from Paystack API / cURL instead of
    an array.
  • Root namespace is now Yabacon instead of YabaCon

Added

  • Pages
  • Subscriptions
  • Use ->fetch to get a single item or call singular form with id/code
  • Use ->list to get a list of items or call plural form with paging parameters
  • Shortcuts
    • for gets, use $paystack->{resource}(id)
    • for list, use $paystack->{resource}s()