Skip to content

Commit 8755558

Browse files
committed
AC-13414: Credit Card(Payflow Link) payment is not working
Added strict type to fix static test failure
1 parent b1b0800 commit 8755558

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/tests/integration/testsuite/Magento/Paypal/Plugin/PayflowSilentPostTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* Copyright 2025 Adobe
44
* All rights reserved.
55
*/
6+
declare(strict_types=1);
7+
68
namespace Magento\Paypal\Plugin;
79

810
use Magento\Framework\Api\FilterBuilder;

0 commit comments

Comments
 (0)