aviabird / gringotts

A complete payment library for Elixir and Phoenix Framework
https://hexdocs.pm/gringotts/Gringotts.html
MIT License
481 stars 53 forks source link

[PinPayments] authorize function implemented. #134

Closed ravirocx closed 6 years ago

ravirocx commented 6 years ago

authorize/3 takes 3 parameters

addded documentations for authorize/3 for merchants.

oyeb commented 6 years ago

Please rename your files with pin_payments.

codecov-io commented 6 years ago

Codecov Report

Merging #134 into dev will decrease coverage by 3.49%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##              dev     #134     +/-   ##
=========================================
- Coverage   64.16%   60.67%   -3.5%     
=========================================
  Files          14       15      +1     
  Lines         466      506     +40     
=========================================
+ Hits          299      307      +8     
- Misses        167      199     +32
Impacted Files Coverage Δ
lib/gringotts/gateways/pin_payments.ex 0% <0%> (ø)
lib/gringotts/gateways/global_collect.ex 100% <0%> (ø) :arrow_up:

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 a4082cb...69f0aca. Read the comment docs.

oyeb commented 6 years ago

Closing this as the PR has been approved and squashed :tada: