Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorganize Payment Gateway Structure and Fix Payment Method Creation #24

Merged
merged 6 commits into from Apr 19, 2017

Commits on Apr 16, 2017

  1. Configuration menu
    Copy the full SHA
    d8dbb4b View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2017

  1. Configuration menu
    Copy the full SHA
    c647bd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bb1f52 View commit details
    Browse the repository at this point in the history
  3. payment gateways are not based on gateway, not domain

    We now pattern match based on domain, not by gateway provider. This way, when developing payment gateways, we can keep private functions and configuration specific to a single module.
    BenMorganIO committed Apr 18, 2017
    Configuration menu
    Copy the full SHA
    8a07a63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f80198 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    63f71df View commit details
    Browse the repository at this point in the history