We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 987dbaf commit 39bcdf2Copy full SHA for 39bcdf2
1 file changed
src/Libraries/SmartStore.Core/Packaging/Updater/AppUpdater.cs
@@ -273,8 +273,8 @@ private void MigrateInitial()
273
{ "Mobile.SMS.Verizon", "SmartStore.Verizon" },
274
{ "Widgets.LivePersonChat", "SmartStore.LivePersonChat" },
275
{ "Payments.CashOnDelivery", "SmartStore.OfflinePayment" },
276
- { "SmartStore.Plugin.Payments.IPaymentCreditCard", "SmartStore.IPaymentCreditCard" },
277
- { "SmartStore.Plugin.Payments.IPaymentDirectDebit", "SmartStore.IPaymentDirectDebit" },
+ { "Payments.IPaymentCreditCard", "SmartStore.IPaymentCreditCard" },
+ { "Payments.IPaymentDirectDebit", "SmartStore.IPaymentDirectDebit" },
278
279
};
280
0 commit comments