Skip to content

Commit d9ff75b

Browse files
authored
update: changed "isDebug" to "isTestMode"
Updated README.md documentation. Changed Flutterwave constructor property from defunct "isDebug" to "isTestMode".
1 parent 936dba0 commit d9ff75b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To create an instance, you should call the Flutterwave constructor. This constru
4646
- `email`
4747
- `fullName`
4848
- `txRef`
49-
- `isDebug`
49+
- `isTestMode`
5050
- `paymentOptions`
5151
- `Customization`
5252

@@ -88,7 +88,7 @@ _handlePaymentInitialization() async {
8888
customer: customer,
8989
paymentOptions: "ussd, card, barter, payattitude",
9090
customization: Customization(title: "Test Payment"),
91-
isDebug: true);
91+
isTestMode: true);
9292
}
9393
```
9494

0 commit comments

Comments
 (0)