slince / shopify-api-php

:rocket: Shopify API Client for PHP
MIT License
128 stars 47 forks source link

Add custom and appliedDiscount to Order LineItem #63

Closed imandydoan closed 4 years ago

imandydoan commented 4 years ago

Add some missing properties of Order LineItem:

codecov[bot] commented 4 years ago

Codecov Report

Merging #63 into master will increase coverage by 0.03%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #63      +/-   ##
============================================
+ Coverage     88.24%   88.27%   +0.03%     
- Complexity     1382     1386       +4     
============================================
  Files           100      100              
  Lines          3393     3402       +9     
============================================
+ Hits           2994     3003       +9     
  Misses          399      399
Impacted Files Coverage Δ Complexity Δ
src/Manager/Order/LineItem.php 100% <100%> (ø) 44 <4> (+4) :arrow_up:

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 cb453d6...e88e486. Read the comment docs.