Skip to content

Commit

Permalink
#7450 PayPalCommerce plugin. Duplicate of migration version
Browse files Browse the repository at this point in the history
  • Loading branch information
skoshelev committed Dec 12, 2024
1 parent 438cb1b commit d5397b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

namespace Nop.Plugin.Payments.PayPalCommerce.Data;

[NopMigration("2024-06-06 00:00:00", "Payments.PayPalCommerce 4.70.10. Advanced cards", MigrationProcessType.Update)]
[NopMigration("2024-06-06 00:00:01", "Payments.PayPalCommerce 4.70.10. Advanced cards", MigrationProcessType.Update)]
public class AdvancedCardsMigration : MigrationBase
{
#region Fields
Expand Down
2 changes: 1 addition & 1 deletion src/Plugins/Nop.Plugin.Payments.PayPalCommerce/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Group": "Payment methods",
"FriendlyName": "PayPal Commerce",
"SystemName": "Payments.PayPalCommerce",
"Version": "4.80.7",
"Version": "4.80.8",
"SupportedVersions": [ "4.80" ],
"Author": "nopCommerce team",
"DisplayOrder": -1,
Expand Down

0 comments on commit d5397b1

Please sign in to comment.