react-klasha
Version:
This is an reactJS library for implementing klasha payment gateway
20 lines • 530 B
text/typescript
export const config = {
email: 'dansteve@email.com',
phone_number: '+2348143108254',
merchantKey: 'GByi/gkhn5+BX4j6uI0lR7HCVo2NvTsVAQhyPko/uK4=',
amount: 1000,
sourceCurrency: '',
destinationCurrency: '',
tx_ref: '' + Math.floor((Math.random() * 1000000000) + 1),
businessId: '1',
fullname: 'Dansteve Adekanbi',
paymentDescription: '',
kit: {
currency: '',
phone_number: '+2348143108254',
email: 'dansteve@email.com',
fullname: 'Dansteve Adekanbi',
tx_ref: '',
paymentType: '',
}
};