react-klasha
Version:
This is an reactJS library for implementing klasha payment gateway
21 lines (20 loc) • 479 B
TypeScript
export declare const config: {
email: string;
phone_number: string;
merchantKey: string;
amount: number;
sourceCurrency: string;
destinationCurrency: string;
tx_ref: string;
businessId: string;
fullname: string;
paymentDescription: string;
kit: {
currency: string;
phone_number: string;
email: string;
fullname: string;
tx_ref: string;
paymentType: string;
};
};