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

[1.x] Add config column to merchants & providers tables. #58

Merged
merged 2 commits into from
Apr 6, 2024

Conversation

r-kujawa
Copy link
Contributor

@r-kujawa r-kujawa commented Apr 6, 2024

What does this PR do? 🤖

  • Adds config json column to the merchants & providers tables.
  • Updates models to cast json to array.

Any background context you would like to provide? 🚧

With the config driver you may specify additional configurations under each serviceable. Now you may do the same using the database driver, via the config column.

Does this relate to any issue? 🔗

Closes #34

@codecov-commenter
Copy link

codecov-commenter commented Apr 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.58%. Comparing base (baf4e15) to head (b8447a7).

Additional details and impacted files
@@            Coverage Diff            @@
##                1.x      #58   +/-   ##
=========================================
  Coverage     92.58%   92.58%           
  Complexity      186      186           
=========================================
  Files            21       21           
  Lines           647      647           
=========================================
  Hits            599      599           
  Misses           48       48           

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

@r-kujawa r-kujawa merged commit 597aee1 into 1.x Apr 6, 2024
6 checks passed
@r-kujawa r-kujawa deleted the enhancement-34-add_details branch April 6, 2024 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add details column to providers table.
2 participants