Skip to content

Commit 434285c

Browse files
committed
AC-13414: Credit Card(Payflow Link) payment is not working
Update static test failures
1 parent 454ac36 commit 434285c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ class PayflowSilentPost
3232
* @param LoggerInterface $logger
3333
*/
3434
public function __construct(
35-
Private readonly RequestInterface $request,
36-
Private readonly OrderFactory $orderFactory,
37-
Private readonly PayflowlinkFactory $payflowlinkFactory,
38-
Private readonly LoggerInterface $logger,
35+
private readonly RequestInterface $request,
36+
private readonly OrderFactory $orderFactory,
37+
private readonly PayflowlinkFactory $payflowlinkFactory,
38+
private readonly LoggerInterface $logger,
3939
) {
4040
}
4141

app/code/Magento/Paypal/etc/di.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0"?>
22
<!--
33
/**
4-
* Copyright © Magento, Inc. All rights reserved.
5-
* See COPYING.txt for license details.
4+
* Copyright 2015 Adobe
5+
* All rights reserved.
66
*/
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">

0 commit comments

Comments
 (0)