FLUTTER ECOSYSTEM

avinash-gotluru/cc_avenue

cc_avenue決済ゲートウェイ統合用のFlutterパッケージ

cc_avenue のプロジェクト画像
Stars
0
Forks
10
最終プッシュ(UTC)
2022/08/03
プロジェクト状態
公開中
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