Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PinPayments] store function with test cases #148

Open
wants to merge 23 commits into
base: pinpay
Choose a base branch
from
Open

Commits on Mar 21, 2018

  1. Implemented and Optimised authorize/3 function.

    `authorize/3` takes 3 parameters `amount`, `card` and `opts`
    addded documentations for `authorize/3` for merchants.
    ravirocx committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    d43cdb5 View commit details
    Browse the repository at this point in the history
  2. Core Functions implemented

    ravirocx committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    b6958a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2018

  1. Fixed guard clause bug

    `def authorize(amount, card, opts) when is_binary(card) do`
    ravirocx authored Mar 22, 2018
    Configuration menu
    Copy the full SHA
    1e353b2 View commit details
    Browse the repository at this point in the history
  2. Optimised purchase, capture, 'refund, store` and their private …

    …functions fucntions.
    ravirocx committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    32d6707 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3d7a28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50962f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2018

  1. Configuration menu
    Copy the full SHA
    a7a01d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2018

  1. Optimised

    ravirocx committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    c8907b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2018

  1. bug fixed

    ravirocx committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    f369200 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    977ddda View commit details
    Browse the repository at this point in the history
  3. bug fixes

    ravirocx committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    fe28bb9 View commit details
    Browse the repository at this point in the history
  4. after merge

    ravirocx committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    f584e75 View commit details
    Browse the repository at this point in the history
  5. bug fixes

    ravirocx committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    befe5d1 View commit details
    Browse the repository at this point in the history
  6. formatted

    ravirocx committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    6049aaf View commit details
    Browse the repository at this point in the history
  7. formatted all files

    ravirocx committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    24e357b View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2018

  1. improved code readability

    ravirocx committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    49a72fe View commit details
    Browse the repository at this point in the history
  2. improved code readability

    ravirocx committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    ce625c8 View commit details
    Browse the repository at this point in the history
  3. bug fixed

    ravirocx committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    3a5bf76 View commit details
    Browse the repository at this point in the history
  4. bug fixes

    ravirocx committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    5242a1b View commit details
    Browse the repository at this point in the history
  5. improved code readability

    ravirocx committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    f874e63 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2018

  1. bug fixes

    ravirocx committed Mar 31, 2018
    Configuration menu
    Copy the full SHA
    ef13ca5 View commit details
    Browse the repository at this point in the history
  2. bug fixes

    ravirocx committed Mar 31, 2018
    Configuration menu
    Copy the full SHA
    5ab9ae7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce7dd0a View commit details
    Browse the repository at this point in the history