Skip to content

Replace Request package with Fetch for HTTP requests and update the charge schema.

Choose a tag to compare

@corneliusyaovi corneliusyaovi released this 09 Apr 13:22
· 59 commits to master since this release
7df12b8

Changes include:

  • Add bank code(sa_bank_code) for South African ACH payment in the chargeSchema.
  • Add Fetch API to handle HTTP calls within the SDK.
  • Update axios to the latest version.
  • Remove request package as a dependency.