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

[Sagepay] Implemented Purchase #163

Closed Anwar0902 closed 6 years ago

Anwar0902 commented 6 years ago

Changed the structure of opts for purchase

codecov-io commented 6 years ago

Codecov Report

Merging #163 into sagepay will decrease coverage by 3.86%. The diff coverage is 77.5%.

Impacted file tree graph

@@             Coverage Diff             @@
##           sagepay     #163      +/-   ##
===========================================
- Coverage    70.73%   66.86%   -3.87%     
===========================================
  Files           15       15              
  Lines          410      510     +100     
===========================================
+ Hits           290      341      +51     
- Misses         120      169      +49
Impacted Files Coverage Δ
lib/gringotts/response.ex 100% <ø> (ø) :arrow_up:
lib/mix/new.ex 0% <0%> (ø) :arrow_up:
lib/gringotts/gateways/paymill.ex 0% <0%> (-100%) :arrow_down:
lib/gringotts/gateways/wire_card.ex 0% <0%> (ø)
lib/gringotts/credit_card.ex 100% <100%> (ø) :arrow_up:
lib/gringotts/gateways/trexle.ex 100% <100%> (ø) :arrow_up:
lib/gringotts.ex 100% <100%> (ø) :arrow_up:
lib/gringotts/gateways/global_collect.ex 100% <100%> (ø) :arrow_up:
lib/gringotts/gateways/stripe.ex 71.79% <100%> (+71.79%) :arrow_up:
lib/gringotts/money.ex 70% <70%> (+70%) :arrow_up:
... and 13 more

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 35d1fb3...5903ee0. Read the comment docs.