aviabird / gringotts

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

[PinPayments] store function with test cases #148

Open ravirocx opened 6 years ago

ravirocx commented 6 years ago

PinPayments

Store/2

Implemented store function:

Docs

Added docs for store/2.

Tests

Added integration tests for store/2, using ExVCR.

ashish173 commented 6 years ago

@ravirocx can you please rebase your pinpay branch with latest dev branch? Your travis is not passing as well.

Thing is since your pinpay branch is behind dev so you are not getting codecov check in your PR.