Setono / SyliusGiftCardPlugin

Sell gift cards on your Sylius store and let users use them in the checkout process
MIT License
45 stars 39 forks source link

Fix 19 compatibility #172

Closed Roshyo closed 2 years ago

Roshyo commented 2 years ago

Fixes #160

WARNING: due to ApiPlatform changes from 2.5 to 2.6, this version won't fully support GC features via API as it would just be extra work. If you need to get the API features. Upgrade to the version that supports 1.10

codecov[bot] commented 2 years ago

Codecov Report

Merging #172 (47520b3) into 0.12.x (3f99ace) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             0.12.x     #172   +/-   ##
=========================================
  Coverage     38.57%   38.57%           
  Complexity      454      454           
=========================================
  Files            88       88           
  Lines          1470     1470           
=========================================
  Hits            567      567           
  Misses          903      903           
Impacted Files Coverage Δ
src/Api/Command/AddItemToCart.php 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3f99ace...47520b3. Read the comment docs.

Roshyo commented 2 years ago

Closed in favor of #173