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