duncanmcclean / simple-commerce

A simple, yet powerful e-commerce addon for Statamic.
https://statamic.com/addons/duncanmcclean/simple-commerce
Other
146 stars 40 forks source link

[6.x] Re-do the `UpdateClassReferences` update script #985

Closed duncanmcclean closed 8 months ago

duncanmcclean commented 8 months ago

This pull request re-does the UpdateClassReferences update script, responsible for replacing references to payment gateway & shipping method classes with handles.

This update script was introduced in #968 but since it was built I've made API changes in a few places which caused it to error out. It was also missing tests, which this PR adds.