Skip to content

Commit 39bcdf2

Browse files
Minor fix
1 parent 987dbaf commit 39bcdf2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Libraries/SmartStore.Core/Packaging/Updater/AppUpdater.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,8 @@ private void MigrateInitial()
273273
{ "Mobile.SMS.Verizon", "SmartStore.Verizon" },
274274
{ "Widgets.LivePersonChat", "SmartStore.LivePersonChat" },
275275
{ "Payments.CashOnDelivery", "SmartStore.OfflinePayment" },
276-
{ "SmartStore.Plugin.Payments.IPaymentCreditCard", "SmartStore.IPaymentCreditCard" },
277-
{ "SmartStore.Plugin.Payments.IPaymentDirectDebit", "SmartStore.IPaymentDirectDebit" },
276+
{ "Payments.IPaymentCreditCard", "SmartStore.IPaymentCreditCard" },
277+
{ "Payments.IPaymentDirectDebit", "SmartStore.IPaymentDirectDebit" },
278278

279279
};
280280

0 commit comments

Comments
 (0)