- Issue created by @Matroskeen
- Status changed to Needs review
over 1 year ago 11:27am 14 July 2023 - πΊπ¦Ukraine Matroskeen πΊπ¦ Ukraine, Lutsk
Here is the initial proposal. We have 3 new services:
shopify.shopify_client
- contains a single instance ofShopify\Clients\Rest
shopify.shopify_client_factory
used to create instance ofShopify\Clients\Rest
shopify.shopify
is our wrapper on top of contrib HTTP client, where we'll keep some helper methodsUsage:
Procedural/static:
$shopify = Shopify::get();
Services:
Injectshopify.shopify
service. - Assigned to Matroskeen
- last update
over 1 year ago Build Successful - last update
over 1 year ago Composer require failure -
Matroskeen β
committed 9b26bca6 on 2.0.x
Issue #3374457: Create a new class Shopify with getClient() method.
-
Matroskeen β
committed 9b26bca6 on 2.0.x
- Issue was unassigned.
- Status changed to Fixed
over 1 year ago 1:56pm 24 July 2023 - πΊπ¦Ukraine Matroskeen πΊπ¦ Ukraine, Lutsk
It would be hard to fix the tests now, so we'll proceed without test coverage for now.
Automatically closed - issue fixed for 2 weeks with no activity.