biapay_gateway 0.3.2 biapay_gateway: ^0.3.2 copied to clipboard
BIAPAY Payment Gateway SDK is a high-level wrapper around the BIAPAY Payment Gateway API that provides strongly typed responses and exceptions
0.0.2 #
- Return type of response in launch method.
0.0.3 #
- Return launch method parameters.
0.0.4 #
- Null check for launch method parameters.
0.0.5 #
- launch method parameters changed.
0.0.6 #
- State management changed.
0.0.7 #
- Response data checking.
0.0.8 #
- Navigation changed.
0.0.9 #
- State management changed.
0.1.0 #
- Async method added.
0.1.1 #
- onSuccess and onFailed methods added.
0.1.2 #
- BIAPAY AppBar changed.
0.1.3 #
- Update README.md
0.1.4 #
- Update README.md
0.1.5 #
- Update README.md
0.1.6 #
- Failed response data added.
0.1.7 #
- New Process Dialog added.
0.1.8 #
- Process Dialog changed. Previous dialog was causing some problems. Dialog box closed with black screen.
0.1.9 #
- Update README.md with access response data.
0.2.0 #
- Update README.md
0.2.1 #
- Add new security check. If the
biapaySignature
is not valid then the payment process will not be completed and the user will be notified with a message.
0.2.2 #
- Fixed the issue of the API response data not being returned.
0.2.3 #
- API response changed.
0.2.4 #
- signatureVerification return type changed to Future
0.2.5 #
- verifySignature return type changed to Future<Map<String, dynamic>>.
0.2.6 #
- Add new condition for signature verification.
0.2.7 #
- Update README.md
0.2.8 #
- Update README.md
0.2.9 #
- Update README.md
0.3.0 #
- Optimized code.
0.3.1 #
- Optimized code.
0.3.2 #
- Success and Failed dialog box showing problem fixed.