Replace Request package with Fetch for HTTP requests and update the charge schema.
Changes include:
- Add bank code(
sa_bank_code) for South African ACH payment in thechargeSchema. - Add
Fetch APIto handle HTTP calls within the SDK. - Update axios to the latest version.
- Remove request package as a dependency.