chhib / meteor-mondido

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mondido Payments for Meteor

Loads the Mondido script with the merchant_id

  • work in progress *

Installation

meteor add chhib:mondido

Initialize Mondido on the server.

// Server
Mondido.configure({
  merchant_id: 999 // The merchant_id
});

About


Languages

Language:JavaScript 100.0%