Skip to content

Commit fc07add

Browse files
committed
Updated Readme
1 parent c22896e commit fc07add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ There are two ways of making payment with the plugin.
4545
..reference = _getReference()
4646
// or ..accessCode = _getAccessCodeFrmInitialization()
4747
..email = 'customer@email.com';
48-
bool success = await PaystackPlugin.checkout(
48+
CheckoutResponse response = await PaystackPlugin.checkout(
4949
context,
5050
method: _method,
5151
charge: charge,

0 commit comments

Comments
 (0)