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

Bypass Test cases for Trexle payment gateway #178

Closed vikramjadon921995 closed 6 years ago

vikramjadon921995 commented 6 years ago
  1. Added test cases for Trexle payment gateway using Bypass. Bypass provides a way for testing of integration points in the application. Therefore added test cases for following:

    • Authorize
    • Capture
    • Purchase
    • Refund
    • Store
  2. Handled case when 401 unauthorised is returned from trexle. Added test case also.