FLUX-SE / PayumStripe

Payum Stripe gateways (with SCA support)
MIT License
28 stars 15 forks source link

Add Coupon api endpoints #20

Closed Prometee closed 2 years ago

Prometee commented 2 years ago

Add Stripe Coupon API endpoints to the available default API Resources to ease integration of Gift cards, specific promotions, etc.

codecov[bot] commented 2 years ago

Codecov Report

Merging #20 (a322e2f) into master (89cc971) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #20   +/-   ##
=========================================
  Coverage     99.81%   99.82%           
- Complexity      360      365    +5     
=========================================
  Files            94       99    +5     
  Lines          1099     1114   +15     
=========================================
+ Hits           1097     1112   +15     
  Misses            2        2           
Impacted Files Coverage Δ
src/AbstractStripeGatewayFactory.php 100.00% <100.00%> (ø)
src/Action/Api/Resource/AllCouponAction.php 100.00% <100.00%> (ø)
src/Action/Api/Resource/CreateCouponAction.php 100.00% <100.00%> (ø)
src/Action/Api/Resource/DeleteCouponAction.php 100.00% <100.00%> (ø)
src/Action/Api/Resource/RetrieveCouponAction.php 100.00% <100.00%> (ø)
src/Action/Api/Resource/UpdateCouponAction.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 89cc971...a322e2f. Read the comment docs.