Skip to content

Commit 000459c

Browse files
committed
MC-31504: [2.4.0] Update PayPal plugin to use the PayPal JavaScript SDK
- Fixed static failure
1 parent e9474a2 commit 000459c

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

app/code/Magento/Paypal/Setup/Patch/Data/UpdateSmartButtonLabel.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@
99

1010
use Magento\Framework\Setup\ModuleDataSetupInterface;
1111
use Magento\Framework\Setup\Patch\DataPatchInterface;
12-
use Magento\Framework\Setup\Patch\PatchVersionInterface;
1312

1413
/**
1514
* Update existing customization for the smart button label to be compatible with the new PayPal SDK
1615
*/
17-
class UpdateSmartButtonLabel implements DataPatchInterface, PatchVersionInterface
16+
class UpdateSmartButtonLabel implements DataPatchInterface
1817
{
1918
/**
2019
* @var ModuleDataSetupInterface

app/code/Magento/Paypal/Setup/Patch/Data/UpdateSmartButtonSize.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@
99

1010
use Magento\Framework\Setup\ModuleDataSetupInterface;
1111
use Magento\Framework\Setup\Patch\DataPatchInterface;
12-
use Magento\Framework\Setup\Patch\PatchVersionInterface;
1312

1413
/**
1514
* Update existing customization for the smart button size value to be compatible with the new PayPal SDK
1615
*/
17-
class UpdateSmartButtonSize implements DataPatchInterface, PatchVersionInterface
16+
class UpdateSmartButtonSize implements DataPatchInterface
1817
{
1918
/**
2019
* @var array

app/code/Magento/Paypal/Test/Unit/Model/_files/disallowed_funding_map.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
<?php
2-
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
5-
*/
62
/**
73
* Copyright © Magento, Inc. All rights reserved.
84
* See COPYING.txt for license details.

0 commit comments

Comments
 (0)