Skip to content

Commit e0c79af

Browse files
authored
Merge pull request #15 from bisi-dev/develop
update: change "isDebug" to "isTestMode"
2 parents 936dba0 + d9ff75b commit e0c79af

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)