callCashFressService method

Future callCashFressService(
  1. BuildContext context
)

Implementation

Future callCashFressService(BuildContext context) async {
  await IncodesPaymentServices.cashFreePayment(
    context: context,
    clientId: "TEST430329ae80e0f32e41a393d78b923034",
    clientSecret: "TESTaf195616268bd6202eeb3bf8dc458956e7192a85",
    amount: 1.0,
    currency: "INR",
    customerName: "John",
    customerEmail: "john@example.com",
    customerPhone: "9876543210",
    paymentGatewayName: "Cashfree",
  );
}