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

Fix option name in authorize/3 example #180

Closed ghost closed 5 years ago

ghost commented 5 years ago

The access key used to grab the item id from an item is :item_id here, but the example on line 232 uses :itemId

codecov-io commented 5 years ago

Codecov Report

Merging #180 into dev will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #180   +/-   ##
=======================================
  Coverage   77.39%   77.39%           
=======================================
  Files          14       14           
  Lines         376      376           
=======================================
  Hits          291      291           
  Misses         85       85
Impacted Files Coverage Δ
lib/gringotts/gateways/authorize_net.ex 97.56% <ø> (ø) :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 8652940...4419727. Read the comment docs.

ashish173 commented 5 years ago

@cmititiuc Thanks for the PR! Feel free to pick more issues if can. Community help is always welcome.