Skip to content

Commit efe7fc9

Browse files
committed
removed flutterwave style test
1 parent 0f85d24 commit efe7fc9

File tree

3 files changed

+2
-61
lines changed

3 files changed

+2
-61
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- Enhanced success status check logic to handle different status values ("success" and "completed").
88
- Improved error handling and state management.
99
- Removed deprecated components: `flutterwave_style.dart` and `standard_webview.dart`.
10+
- Removed `flutterwave_style_test.dart`.
1011
- Updated the SDK requirements to `>=2.17.0`.
1112
- Upgraded dependencies to the latest versions.
1213
- Removed unused dependencies: webview_flutter, modal_bottom_sheet and uuid.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Call the verify transaction [endpoint](https://developer.flutterwave.com/docs/tr
9292
#### Note
9393

9494
- `ChargeResponse` can be null, depending on if the user cancels the transaction by pressing back.
95-
- You need to confirm the transaction is successful. Ensure that the txRef, amount, and status are correct and successful. Be sure to [verify the transaction details](https://developer.flutterwave.com/docs/transaction-verification) before providing value.
95+
- You need to confirm the transaction status is successful. Ensure that the txRef, amount, and status are correct and successful. Be sure to [verify the transaction details](https://developer.flutterwave.com/docs/transaction-verification) before providing value.
9696
- Some payment methods are not instant, such a `Pay with Bank Transfers, Pay with Bank`, and so you would need to rely on [webhooks](https://developer.flutterwave.com/docs/webhooks) or call the transaction verification service using the [`transactionId`](https://developer.flutterwave.com/reference/verify-transaction), or transaction reference you created(`txRef`)
9797
- For such long payments like the above, closing the payment page returns a `cancelled` status, so your final source of truth has to be calling the transaction verification service.
9898

test/flutterwave_style_test.dart

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)