Giter VIP home page Giter VIP logo

mifos-payment-gateway's Introduction

Mifos Payment Gateway for the Mifos Platform.

Join the chat at https://gitter.im/openMF/mobile-money-module

The Mifos payment gateway is a bridge which enables the mifos platform to connect to external financial services like mobile money and digital payments systems like email and paypal.

Financial services supported

  • Integrated with Beyonic API (which gives access to most mobile money services in East Africa)

Want to contribute or test the project?

Initial Setup

To setup project on local environment,

  1. Fork the project from official repository here
  2. Clone the code from your own forked repo using git clone <url_to_your_fork>
  3. Change in to the mifos-payment-gateway directory using cd mifos-payment-gateway
  4. Add remote as upstream: git remote add upstream https://github.com/openMF/mifos-payment-gateway

mifos-payment-gateway's People

Contributors

edcable avatar vladimirfomene avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mifos-payment-gateway's Issues

Build Error from Vlad's Repo

/home/awasum/fineract/mobile-money/mifos-payment-gateway/mifos-payment/src/main/java/org/mifos/mifospaymentbridge/model/MobileMoneyProviderMicrofinance.java:21: error: class MobileMoneyProverMicrofinance is public, should be declared in a file named MobileMoneyProverMicrofinance.java
public class MobileMoneyProverMicrofinance{
^
/home/awasum/fineract/mobile-money/mifos-payment-gateway/mifos-payment/src/main/java/org/mifos/mifospaymentbridge/model/Configuration.java:21: error: class configuration is public, should be declared in a file named configuration.java
public class configuration{
^
/home/awasum/fineract/mobile-money/mifos-payment-gateway/mifos-payment/src/main/java/org/mifos/mifospaymentbridge/model/Batch.java:52: error: cannot find symbol
private Date fileDate;
^
symbol: class Date
location: class Batch
/home/awasum/fineract/mobile-money/mifos-payment-gateway/mifos-payment/src/main/java/org/mifos/mifospaymentbridge/model/OutboundTransactionLog.java:47: error: cannot find symbol
private DateTime transactionDtm;
^
symbol: class DateTime
location: class OutboundTransactionLog
/home/awasum/fineract/mobile-money/mifos-payment-gateway/mifos-payment/src/main/java/org/mifos/mifospaymentbridge/model/OutboundTransactionLog.java:133: error: cannot find symbol
public DateTime getTransactionDtm() {
^
symbol: class DateTime
location: class OutboundTransactionLog
/home/awasum/fineract/mobile-money/mifos-payment-gateway/mifos-payment/src/main/java/org/mifos/mifospaymentbridge/model/OutboundTransactionLog.java:141: error: cannot find symbol
public void setTransactionDtm(DateTime transactionDtm) {
^
symbol: class DateTime
location: class OutboundTransactionLog
/home/awasum/fineract/mobile-money/mifos-payment-gateway/mifos-payment/src/main/java/org/mifos/mifospaymentbridge/repository/ConfigurationRepository.java:12: error: cannot find symbol
import org.mifos.mifospaymentbridge.model.Configuration;
^
symbol: class Configuration
location: package org.mifos.mifospaymentbridge.model
/home/awasum/fineract/mobile-money/mifos-payment-gateway/mifos-payment/src/main/java/org/mifos/mifospaymentbridge/repository/ConfigurationRepository.java:14: error: cannot find symbol
public interface ConfigurationRepository extends CrudRepository<Configuration, Long>{
^
symbol: class Configuration
/home/awasum/fineract/mobile-money/mifos-payment-gateway/mifos-payment/src/main/java/org/mifos/mifospaymentbridge/repository/MobileMoneyProviderMicrofinanceRepository.java:14: error: cannot find symbol
public interface MobileMoneyProviderMicrofinanceRepository extends CrudRepository<MobileMoneyProviderMicrofinance, Long>{
^
symbol: class MobileMoneyProviderMicrofinance
/home/awasum/fineract/mobile-money/mifos-payment-gateway/mifos-payment/src/main/java/org/mifos/mifospaymentbridge/domain/OutboundRequest.java:117: error: incompatible types: org.mifos.mifospaymentbridge.model.InboundRequest.TransactionType cannot be converted to org.mifos.mifospaymentbridge.domain.OutboundRequest.TransactionType
this.transactType = transactType;
^

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.