dynamic / foxystripe

FoxyStripe is a SilverStripe ecommerce module that integrates with FoxyCart.
http://foxystripe.org
BSD 3-Clause "New" or "Revised" License
8 stars 11 forks source link

Fixed OrderAdmin erroring on load #313

Closed mak001 closed 6 years ago

mak001 commented 6 years ago

Added / fixed docs and minor things

codecov[bot] commented 6 years ago

Codecov Report

Merging #313 into master will increase coverage by 0.04%. The diff coverage is 50%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #313      +/-   ##
============================================
+ Coverage      32.2%   32.24%   +0.04%     
  Complexity      367      367              
============================================
  Files            25       25              
  Lines          1593     1594       +1     
============================================
+ Hits            513      514       +1     
  Misses         1080     1080
Impacted Files Coverage Δ Complexity Δ
src/Form/FoxyStripeDropdownField.php 0% <ø> (ø) 8 <0> (ø) :arrow_down:
src/Form/FoxyStripePurchaseForm.php 0% <ø> (ø) 28 <0> (ø) :arrow_down:
src/Page/ProductPage.php 15.54% <ø> (ø) 30 <0> (ø) :arrow_down:
src/Model/OptionItem.php 5.26% <ø> (ø) 28 <0> (ø) :arrow_down:
src/Admin/OrderAdmin.php 0% <0%> (ø) 1 <0> (ø) :arrow_down:
src/Model/ProductImage.php 0% <0%> (ø) 5 <1> (ø) :arrow_down:
src/Page/OrderHistoryPage.php 0% <0%> (ø) 2 <0> (ø) :arrow_down:
src/Model/OptionGroup.php 58% <100%> (ø) 18 <1> (ø) :arrow_down:
src/Model/OrderDetail.php 100% <100%> (ø) 6 <1> (ø) :arrow_down:
src/Model/Order.php 40% <66.66%> (+0.57%) 28 <1> (ø) :arrow_down:

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 6245ec9...f9ef72a. Read the comment docs.