solidusio / solidus_starter_frontend

🎨 Rails-based starter kit for your Solidus storefront.
BSD 3-Clause "New" or "Revised" License
55 stars 37 forks source link

Coupon Codes Controller: Use new extension point #366

Closed mamhoff closed 2 months ago

mamhoff commented 6 months ago

Summary

The extension point for the coupon code handler class has been moved to the configurable promotions object. Removes a lot of deprecation warnings from the test suite.

Checklist

Check out our PR guidelines for more details.

The following are mandatory for all PRs:

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.98%. Comparing base (6e2f055) to head (f3e5675).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #366 +/- ## ========================================== - Coverage 95.99% 95.98% -0.02% ========================================== Files 207 207 Lines 4874 4855 -19 ========================================== - Hits 4679 4660 -19 Misses 195 195 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.