novac_payment_plugin 1.0.2
novac_payment_plugin: ^1.0.2 copied to clipboard
Official Flutter plugin for Novac Payment Gateway. Accept payments seamlessly in your Flutter apps with support for cards, bank transfers, and mobile money.
Changelog #
All notable changes to this project will be documented in this file.
1.0.2 - 2026-08-11 #
Fixed #
- iOS: checkout cancellation now closes correctly when the redirect URL is embedded on the checkout host
- iOS: redirect callbacks with non-terminal statuses now verify the payment before deciding success or failure
- iOS: success, failure, cancel, and verification branches now emit detailed debug logs for troubleshooting
1.0.1 - 2026-08-11 #
Fixed #
- Android: cancelling the checkout (back press or close button) now correctly returns
isCancelled: trueinstead ofisSuccess: true - Android: Novac checkout embeds the
redirectUrlin its own path on cancellation; this navigation is now intercepted before the "Payment Link Not Found" page renders - Android: payments with
status=pendingon the redirect URL are now verified via the API to determine the actual final status - Android: URL pattern matching is scoped correctly so internal checkout-host pages never trigger false payment results