Skip to content

Commit 7670a4f

Browse files
Merge pull request #9 from Flutterwave/fix-pub-keys
update pub_key
2 parents 827ecc0 + ae186a5 commit 7670a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/App.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { useFlutterwave, FlutterWaveButton, closePaymentModal } from './dist/ind
44

55
export default function App() {
66
const config = {
7-
public_key: 'FLWPUBK-d5f9ffa65be83a121705e72e0f6a2679-X',
7+
public_key: 'FLWPUBK-**************************-X',
88
tx_ref: Date.now(),
99
amount: 10,
1010
currency: 'NGN',

0 commit comments

Comments
 (0)