Skip to content

Commit d5397b1

Browse files
committed
#7450 PayPalCommerce plugin. Duplicate of migration version
1 parent 438cb1b commit d5397b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Plugins/Nop.Plugin.Payments.PayPalCommerce/Data/AdvancedCardsMigration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
namespace Nop.Plugin.Payments.PayPalCommerce.Data;
1212

13-
[NopMigration("2024-06-06 00:00:00", "Payments.PayPalCommerce 4.70.10. Advanced cards", MigrationProcessType.Update)]
13+
[NopMigration("2024-06-06 00:00:01", "Payments.PayPalCommerce 4.70.10. Advanced cards", MigrationProcessType.Update)]
1414
public class AdvancedCardsMigration : MigrationBase
1515
{
1616
#region Fields

src/Plugins/Nop.Plugin.Payments.PayPalCommerce/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"Group": "Payment methods",
33
"FriendlyName": "PayPal Commerce",
44
"SystemName": "Payments.PayPalCommerce",
5-
"Version": "4.80.7",
5+
"Version": "4.80.8",
66
"SupportedVersions": [ "4.80" ],
77
"Author": "nopCommerce team",
88
"DisplayOrder": -1,

0 commit comments

Comments
 (0)