Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
woynshetb committed Dec 30, 2024
1 parent dcec34d commit 14a29e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ Chapa.paymentParameters(
publicKey: 'CHAPUBK-@@@@',
currency: 'ETB',
amount: '1',
email: 'user@example.com',
email: 'fetanchapa.co',
phone: '0911223344',
firstName: 'John',
lastName: 'Doe',
firstName: 'Israel',
lastName: 'Goytom',
txRef: 'txn_12345',
title: 'Order Payment',
desc: 'Payment for order #12345',
nativeCheckout: true,
namedRouteFallBack: '/payment-result',
namedRouteFallBack: '/',
showPaymentMethodsOnGridView: true,
availablePaymentMethods: ['mpesa', 'cbebirr', 'telebirr', 'ebirr'],
);
Expand Down

0 comments on commit 14a29e6

Please sign in to comment.