We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e3180 commit 08508faCopy full SHA for 08508fa
app/code/Magento/InstantPurchase/PaymentMethodIntegration/IntegrationsManager.php
@@ -146,7 +146,7 @@ private function findIntegrations(int $storeId): array
146
* </instant_purchase>
147
*
148
* @param VaultPaymentInterface $paymentMethod
149
- * @param $storeId
+ * @param int|string|null|\Magento\Store\Model\Store $storeId
150
* @return bool
151
*/
152
private function isIntegrationAvailable(VaultPaymentInterface $paymentMethod, $storeId): bool
0 commit comments