We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c22896e commit fc07addCopy full SHA for fc07add
README.md
@@ -45,7 +45,7 @@ There are two ways of making payment with the plugin.
45
..reference = _getReference()
46
// or ..accessCode = _getAccessCodeFrmInitialization()
47
..email = 'customer@email.com';
48
- bool success = await PaystackPlugin.checkout(
+ CheckoutResponse response = await PaystackPlugin.checkout(
49
context,
50
method: _method,
51
charge: charge,
0 commit comments