File tree 1 file changed +15
-1
lines changed
1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 29
29
30
30
<service id =" Shopware\App\SDK\Authentication\RequestVerifier" />
31
31
<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 >
33
47
34
48
<service id =" Shopware\App\SDK\Shop\ShopResolver" >
35
49
<argument type =" service" id =" Shopware\App\SDK\Shop\ShopRepositoryInterface" />
You can’t perform that action at this time.
0 commit comments