Skip to content

v3.0.0

Compare
Choose a tag to compare
@TienVu-PW TienVu-PW released this 06 Apr 11:17
· 19 commits to master since this release

We have refactor the SDK to make the implementation process cleaner, easier and shorter and added some new features, this included the CoreSDK and all the plugins. Please check the demo app and the docs to see how to update your current code.

What's new:

  • Separate all main payment options into their own object, so you can tweak their config there and can handle processing result by their own.
  • All payment options have been renamed to be more consistent.
  • Rename the Enums to be more consistent and support Swift naming.
  • Redone the manually signing process, now it will be a part of delegate.
  • Added more options to customize the default UI.
  • Added localization for some languages: zh-Hans, zh-Hant, vi, th, ru, ja, ko, fr, ms, pt-BR.
  • Removed deprecated features.
  • Bugs fixed.