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