UNPKG

capacitor-plugin-cashfree-pg

Version:

A modern Capacitor plugin for Cashfree Payment Gateway with official API contract support

8 lines 305 B
import { registerPlugin } from '@capacitor/core'; const CFPaymentGateway = registerPlugin('CFPaymentGateway', { web: () => import('./web').then((m) => new m.CFPaymentGatewayWeb()), }); export * from './definitions'; export * from './web'; export { CFPaymentGateway }; //# sourceMappingURL=index.js.map