Skip to content

Commit 65e6ac8

Browse files
committed
AC-13414: Credit Card(Payflow Link) payment is not working
Fix cyclometric complexity
1 parent fb3e5c8 commit 65e6ac8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Paypal/Plugin/PayflowSilentPost.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ public function __construct(
4545
* @param Subject $subject
4646
* @return void
4747
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
48+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
4849
*/
4950
public function beforeExecute(Subject $subject): void
5051
{

0 commit comments

Comments
 (0)