Skip to main content

Changelog: Dedek - 2026-06-11

Summary

Today's changes focus on GoCardless Direct Debit checkout workflow implementation. This includes adding backend whitelisting to routes, controllers, and repositories to process GoCardless transactions, adding UI elements to view mandate status on the order invoice, changeover, and skip-bin checkout modules, and scheduling billing charges.


Added

  • Order checkout page integrations: Added collapse panels for GoCardless payment direct debit processing on the admin pay now modal (_modal-pay-now.blade.php), order invoice page (invoice.blade.php), and skip-bin order checkout (AdminNewSkipBinOrderPayment.vue and AdminChangeOver.vue).
  • Mandate status UI: Added custom alerts for GoCardless Direct Debit mandate status checking. If the mandate is missing, it displays a warning linking to setup; if a valid mandate is present, it displays success details.
  • Payment Scheduling: Added fields in order management (OrderSiteDetails.vue) allowing scheduling GoCardless payment charges by date and custom descriptions.

Changed

Fixed

  • None.

Removed

  • None.