Skip to content

Commit 3204d58

Browse files
committed
MC-31504: [2.4.0] Update PayPal plugin to use the PayPal JavaScript SDK
- Removed getVersion from Data patch
1 parent c5175fb commit 3204d58

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,6 @@ public static function getDependencies()
6868
return [];
6969
}
7070

71-
/**
72-
* @inheritdoc
73-
*/
74-
public static function getVersion()
75-
{
76-
return '2.3.1';
77-
}
78-
7971
/**
8072
* @inheritdoc
8173
*/

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,6 @@ public static function getDependencies()
6666
return [];
6767
}
6868

69-
/**
70-
* @inheritdoc
71-
*/
72-
public static function getVersion()
73-
{
74-
return '2.3.1';
75-
}
76-
7769
/**
7870
* @inheritdoc
7971
*/

0 commit comments

Comments
 (0)