Giter Club home page Giter Club logo

whmcs-7.x-mellat-bank-gateway-module's Introduction

WHMCS 7.x Mellat Bank Gateway Module - ماژول پرداخت آنلاین بانک ملت

Summary

Bank Mellat

Payment Gateway module of Mellat Bank allow you to integrate payment solutions with the WHMCS 7.x platform.

Install

Befor activating this gateway module, run below sql code in your database:

 CREATE TABLE IF NOT EXISTS `morders` (
  `oid` int(20) NOT NULL AUTO_INCREMENT,
  `invoiceid` int(20) NOT NULL,
  `amount` double NOT NULL,
  `description` text NOT NULL,
  `isPayed` int(2) NOT NULL,
  `resLink` int(4) NOT NULL,
  `resBank` int(4) NOT NULL,
  `refid` varchar(255) NOT NULL,
  `saleorderid` bigint(30) NOT NULL,
  `refund` int(2) NOT NULL,
  PRIMARY KEY (`oid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

Useful Resources

whmcs-7.x-mellat-bank-gateway-module's People

Contributors

amingholami avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

wilbernight

whmcs-7.x-mellat-bank-gateway-module's Issues

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.