pronamic / wp-pay-core

Core components for the WordPress payment processing library. This library is used in the WordPress plugin Pronamic Pay: https://www.pronamicpay.com/, but also allows other plugin developers to set up a payment plugin.
https://www.wp-pay.org/
GNU General Public License v3.0
27 stars 3 forks source link

Feature/merge tags #149

Closed remcotolsma closed 11 months ago

rvdsteege commented 11 months ago

Looking good, only question is why there is a MergeTagsController::$slug? Seems it is not in use currently?

remcotolsma commented 11 months ago

Looking good, only question is why there is a MergeTagsController::$slug? Seems it is not in use currently?

Hmm, yeah YAGNI, removed it for now.