Jason Zamora

Results 7 comments of Jason Zamora

@gabelimon It looks like a failure in the test: https://github.com/bigcommerce/bigcommerce-api-php/blob/master/test/Unit/Api/Resources/SkuTest.php#L29-L47 I don't exactly understand the code but it appears it is testing to make sure that 'options' property which holds...

Added a new commit to remove the current tests that are no longer needed after the previous commits and remove the SkuOption class.

@philipmuir Can you confirm/deny that these changes make sense? I have been getting cases from Developers having issues accessing the 'options' property on a SKU object due to the existing...

@aleachjr Can we get this PR merged? It relates to two other PRs put in for the same problem in the library.

This sounds like exactly the problem. The PHP API Library definitely does not carry the headers over on a 301 redirect.

> @bc-jz thanks for the suggested implementation, it looks good. Also, we need to consider the case when none of the product options are selected by default. Do you think...

Superseded by https://github.com/bigcommerce/cornerstone/pull/2486