Skip to content

Latest commit

 

History

History
73 lines (53 loc) · 2.01 KB

CHANGELOG.md

File metadata and controls

73 lines (53 loc) · 2.01 KB

0.3.0 (2021-03-23)

Added Features

  • Added the submitAddress() Endpoint method
  • Added the chargeUssd() Endpoint method
  • Added the chargeMobileMoney() Endpoint method
  • Added the resolveBVNPremium() Endpoint method
  • Added the listProviders() Endpoint method

Bug Fixes

  • Fixed error "TypeError: function is not a function" when mock is enabled

0.2.6 (2021-02-27)

Features Added

  • Updated lodash dependency to v4.17.21 from v4.17.19 to fix ReDoS vulnerability
  • Beta: Added ability to mock PayStack instance by @isocroft
  • Added Dedicated Nuban API Endpoint methods by @isocroft

0.2.5 (2020-07-18)

Bug Fixes

  • Fixed outdated endpoints issue raised by @Tetranyble
  • Fixed errors on chargeCard() Endpoint method

0.2.4 (2020-02-25)

Bug Fixes

0.2.3 (2020-02-04)

Bug Fixes

  • Fixed errors on listBanks() Endpoint method

Feature Added

  • Updated Miscellaneous API Endpoint methods
  • Updated Pages API Endpoint methods
  • Updated Verifications API Endpoint methods
  • Added Disputes API Endpoint methods by @isocroft

0.2.2 (2019-11-23)

Feature Added

0.2.1 (2019-10-13)

Bug Fixes

  • Fixed SyntaxError: Unexpected end of JSON input by @HopePraise5

Feature Added

  • Added Products API Endpoint methods

0.2.0 (2019-04-14)

Feature Added

  • Added 'Control-Cache' header to limit HTTP caching
  • Added Control Panel Payment Sessions API Endpoint methods

0.1.0 (2019-03-14)

Bug Fixes

  • None