FLUTTER ECOSYSTEM

avinash-gotluru/cc_avenue

用于 cc_avenue 支付网关集成的 Flutter 包

cc_avenue 项目封面
Stars
0
Forks
10
最近推送(UTC)
2022年8月3日
项目状态
未归档
Avinash Gotluru GitHub avatar
GITHUB User

Avinash Gotluru ↗

Passionate about technology. Skill Set: Flutter, Android, C#, Angular, DevOps

CarriersHyderabad
语言JavaDartRubyObjective-C

技术话题

此仓库发布的插件

使用的依赖

依赖清单 2 项
  • flutter{"sdk":"flutter"}
  • flutter_test开发依赖{"sdk":"flutter"}

原始 README

以下为英文项目原文快照,最新内容请访问 GitHub。

展开 / 收起项目 README

cc_avenue

cc_avenue payment gateway non-seamless

Getting Started

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Pub License: MIT

As of now this package supports only Android
Call this as Async. You job is done!
if you are working with test environment please update the [transUrl] as https://test.ccavenue.com/transaction/initTrans
CcAvenue.cCAvenueInit(
        transUrl: 'https://secure.ccavenue.com/transaction/initTrans',
        accessCode: '4YRUXLSRO20O8NIH',
        amount: '10',
        cancelUrl: 'http://122.182.6.216/merchant/ccavResponseHandler.jsp',
        currencyType: 'INR',
        merchantId: '2',
        orderId: '519',
        redirectUrl: 'http://122.182.6.216/merchant/ccavResponseHandler.jsp',
        rsaKeyUrl: 'https://secure.ccavenue.com/transaction/jsp/GetRSA.jsp'
      );
Features

Screenshot Screenshot Screenshot Screenshot