Skip to content

Commit 73652d5

Browse files
SimonVorgerslernhart
authored andcommitted
fix: add missing service InAppPurchaseProvider
fix: add missing service SBPStoreKeyFetcher
1 parent 982d39b commit 73652d5

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

src/Resources/config/services.xml

+15-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,21 @@
2929

3030
<service id="Shopware\App\SDK\Authentication\RequestVerifier"/>
3131
<service id="Shopware\App\SDK\Authentication\ResponseSigner"/>
32-
<service id="Shopware\App\SDK\Context\ContextResolver"/>
32+
33+
<service id="Shopware\App\SDK\Context\InAppPurchase\SBPStoreKeyFetcher">
34+
<argument type="service" id="Psr\Http\Client\ClientInterface"/>
35+
<argument type="service" id="Symfony\Component\Cache\Psr16Cache"/>
36+
<argument type="service" id="Psr\Log\LoggerInterface"/>
37+
</service>
38+
39+
<service id="Shopware\App\SDK\Context\InAppPurchase\InAppPurchaseProvider">
40+
<argument type="service" id="Shopware\App\SDK\Context\InAppPurchase\SBPStoreKeyFetcher"/>
41+
<argument type="service" id="Psr\Log\LoggerInterface"/>
42+
</service>
43+
44+
<service id="Shopware\App\SDK\Context\ContextResolver">
45+
<argument type="service" id="Shopware\App\SDK\Context\InAppPurchase\InAppPurchaseProvider"/>
46+
</service>
3347

3448
<service id="Shopware\App\SDK\Shop\ShopResolver">
3549
<argument type="service" id="Shopware\App\SDK\Shop\ShopRepositoryInterface"/>

0 commit comments

Comments
 (0)