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

[Gateway] New Contract Propposal #191

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

JoshuaEstes
Copy link
Member

@JoshuaEstes JoshuaEstes commented Dec 8, 2023

Description

The idea behind this is to allow developers a single interface manage payments. This way, it reduces vendor lock-in because you can just swap payment processors (ie Stripe) with another. Can also have special processors like a round robin or one that routes visa to one processor and discover to another.

Checklist

  • Updated CHANGELOG files
  • Updated Documentation
  • Unit Tests Created
  • php-cs-fixer

* main:
  [Mailer] New Component and Contract (SonsOfPHP#190)
  [Mailer] New Component and Contract (SonsOfPHP#189)
  House Keeping (SonsOfPHP#188)
  [HttpHandler] Component (SonsOfPHP#187)
  [Container] New Component (SonsOfPHP#182)
  [Cookie] New Component & Contract (SonsOfPHP#181)
  [Pager] Doctrine Bridge (SonsOfPHP#175)
  fuckery (SonsOfPHP#174)
  [Money] Add Twig Bridge (SonsOfPHP#173)
  docs
@github-actions github-actions bot added documentation Improvements or additions to documentation Contracts labels Dec 8, 2023
@codecov-commenter
Copy link

codecov-commenter commented Dec 8, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1fd79bb) 74.03% compared to head (a979889) 74.03%.

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #191   +/-   ##
=========================================
  Coverage     74.03%   74.03%           
  Complexity     1309     1309           
=========================================
  Files           207      207           
  Lines          3247     3247           
=========================================
  Hits           2404     2404           
  Misses          843      843           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Contracts documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants