We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d608fd9 commit 06aa65cCopy full SHA for 06aa65c
1 file changed
example/src/App.js
@@ -46,19 +46,6 @@ export default function App() {
46
onClick={() => {
47
handleFlutterPayment({
48
callback: (response) => {
49
- console.log(" response")
50
51
52
53
54
55
56
57
58
59
60
61
62
console.log(response);
63
closePaymentModal()
64
@@ -73,7 +60,7 @@ export default function App() {
73
Testing FW Payment
74
</button>
75
76
- {/* <FlutterWaveButton {...fwConfig} /> */}
+ <FlutterWaveButton {...fwConfig} />
77
</div>
78
65
);
79
66
}
0 commit comments