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

Conversation

RajeetKaushal
Copy link

Implemented store/2 with test cases.

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.
It has been tested for two test cases
*With valid authorizaton id
*With invalid payment id
Removed the secret key
Imroved docs and added nil in amount
@codecov-io
Copy link

codecov-io commented Apr 25, 2018

Codecov Report

Merging #161 into securion-pay will increase coverage by 1.15%.
The diff coverage is 100%.

Impacted file tree graph

@@               Coverage Diff                @@
##           securion-pay     #161      +/-   ##
================================================
+ Coverage         65.57%   66.73%   +1.15%     
================================================
  Files                15       15              
  Lines               488      505      +17     
================================================
+ Hits                320      337      +17     
  Misses              168      168
Impacted Files Coverage Δ
lib/gringotts/gateways/securion_pay.ex 96.77% <100%> (+1.31%) ⬆️
lib/gringotts/gateways/global_collect.ex 100% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cfc2ce5...fdd705e. Read the comment docs.

@RajeetKaushal RajeetKaushal requested a review from oyeb April 25, 2018 11:35
Changed integration : false to true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants