Giter Club home page Giter Club logo

infinitepay_sample's Introduction

InfinitePay Sample

This is a sample of infinite_pay gem use running on DaFunk runtime. This application is able to start a EMV transaction receiving just the amount of the transaction

Usage

Setup

With Ruby installed and repository cloned, execute in root of repo:

bundle install # Install CloudWalk CLI

Files and Directories

  • lib/ Contain .rb files that will be compiled.
  • test/ Contain all ruby files for test.
  • Gemfile/Gemfile.lock Manage CloudWalk CLI version and any other Ruby gem, do not touch at Gemfile.lock
  • Cwfile.json Manage Application attributes, application version and application modules versions.
  • Cwfile.json.lock Contain the id's for all versions managed by Cwfile.json. DO NOT MODIFY THIS FILE, IT'S AUTOMATICA GENERATED
  • Rakefile Defition of task files.
  • out Contain the .mrb files compiled by tasks.

Compiling

Compile all ./lib/**/*.rb files:

bundle exec rake cloudwalk:build
# or
bundle exec rake

Deploying

Deploying all out files:

bundle exec rake cloudwalk:deploy

Testing

Execute all tests

bundle exec rake test

Execute unit tests

bundle exec rake test:unit

Execute integration tests

bundle exec rake test:integration

Execute unique test

bundle exec rake test </path/to/test/file_test.rb>

infinitepay_sample's People

Contributors

scalone avatar

Watchers

 avatar  avatar

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.