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

Securion 1 #161

Open
wants to merge 6 commits into
base: securion-pay
Choose a base branch
from
Open

Securion 1 #161

wants to merge 6 commits into from

Commits on Mar 28, 2018

  1. Implemented capture/3

    Captures a pre-authorized transcation from the customer.
    Successful request returns a charge object that was captured.
    It takes payment_id, amount and opts as arguments.
    RajeetKaushal committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    ff6b364 View commit details
    Browse the repository at this point in the history
  2. Added integration tests for capture/3

    It has been tested for two test cases
    *With valid authorizaton id
    *With invalid payment id
    RajeetKaushal committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    3729e2b View commit details
    Browse the repository at this point in the history
  3. Minor changes in docs

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

Commits on Mar 29, 2018

  1. Added dummy charge ID

    Removed the secret key
    Imroved docs and added nil in amount
    RajeetKaushal committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    b3ee48c View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2018

  1. Configuration menu
    Copy the full SHA
    8b440c4 View commit details
    Browse the repository at this point in the history
  2. Implemented store/2 with test cases .

    Changed integration : false to true
    RajeetKaushal committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    fdd705e View commit details
    Browse the repository at this point in the history