Skip to content

Commit 8f5c009

Browse files
committed
fix(abortingpaymentinitialization.md): use public key for v3 init
1 parent 360e47a commit 8f5c009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/AbortingPaymentInitialization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class MyCart extends React.Component {
2828
const paymentLink = await FlutterwaveInit(
2929
{
3030
tx_ref: generateTransactionRef(),
31-
authorization: '[merchant secret key]',
31+
authorization: '[merchant public key]',
3232
amount: 100,
3333
currency: 'USD',
3434
customer: {

0 commit comments

Comments
 (0)