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 0352f82 commit cc9bb53Copy full SHA for cc9bb53
app/code/Magento/Checkout/Model/GuestPaymentInformationManagement.php
@@ -20,6 +20,7 @@
20
* Guest payment information management model.
21
*
22
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
23
+ * @SuppressWarnings(PHPMD.ExcessiveParameterList)
24
*/
25
class GuestPaymentInformationManagement implements \Magento\Checkout\Api\GuestPaymentInformationManagementInterface
26
{
0 commit comments