Skip to content

Commit 983bd59

Browse files
committed
Added DirectDebit (manual) payment plugin to composite OfflinePayment plugins
1 parent 1bf051f commit 983bd59

35 files changed

Lines changed: 377 additions & 1090 deletions

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232

3333
###Improvements###
3434
* New backend design and cleaner frontend theme
35+
* Simplified checkout process by combining payment method and info pages
36+
* (Perf) Lower memory consumption
3537
* (Perf) (Developer) Client Dependency updates
3638
- jQuery 1.8.3 > 2.1.1 (although the backend is still using v1.8.3 because of the Telerik components)
3739
- FontAwesome 3 > 4.1

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ private void MigrateInitial()
289289
{ "Widgets.TrustedShopsCustomerReviews", "SmartStore.TrustedShops" },
290290
{ "Widgets.TrustedShopsCustomerProtection", "SmartStore.TrustedShops" },
291291
{ "Shipping.ByWeight", "SmartStore.ShippingByWeight" },
292+
{ "Payments.DirectDebit", "SmartStore.OfflinePayment" },
292293
};
293294

294295
foreach (var name in installedPlugins)

src/Plugins/Payments.DirectDebit/Controllers/PaymentDirectDebitController.cs

Lines changed: 0 additions & 96 deletions
This file was deleted.

src/Plugins/Payments.DirectDebit/Description.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/Plugins/Payments.DirectDebit/DirectDebitPaymentProcessor.cs

Lines changed: 0 additions & 150 deletions
This file was deleted.

src/Plugins/Payments.DirectDebit/DirectDebitPaymentSettings.cs

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/Plugins/Payments.DirectDebit/Localization/resources.de-de.xml

Lines changed: 0 additions & 105 deletions
This file was deleted.

0 commit comments

Comments
 (0)