slince / shopify-api-php

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

Add Store/Shop ID property #102

Closed benholmen closed 2 years ago

benholmen commented 2 years ago

This PR adds the shop ID. This was previously available in the 2.x release and I'd love to have it going forward.

Thanks for your consideration!

codecov[bot] commented 2 years ago

Codecov Report

Merging #102 (e220191) into 3.x (b499c15) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##                3.x     #102   +/-   ##
=========================================
  Coverage     91.56%   91.57%           
- Complexity     3612     3614    +2     
=========================================
  Files           148      148           
  Lines          4638     4642    +4     
=========================================
+ Hits           4247     4251    +4     
  Misses          391      391           
Impacted Files Coverage Δ
src/Model/Store/Shop.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 b499c15...e220191. Read the comment docs.

benholmen commented 2 years ago

Hey, thanks for maintaining this package and merging this PR. I'd like to use it in my project - is it possible to bump the version to 3.0.3 so I can do that?

slince commented 2 years ago

hello, 3.0.3 has been released @benholmen