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

Simplify and improve payment status pages related code #104

Closed remcotolsma closed 1 year ago

remcotolsma commented 1 year ago

https://github.com/pronamic/wp-pay-core/blob/deaab73e6ba12076a34c84688a2839f9fb20a3e7/src/Plugin.php#L1343-L1366

https://github.com/pronamic/wp-pay-core/blob/deaab73e6ba12076a34c84688a2839f9fb20a3e7/src/Settings.php#L106-L120

https://github.com/pronamic/wp-pay-core/blob/deaab73e6ba12076a34c84688a2839f9fb20a3e7/src/Admin/AdminModule.php#L386-L473

https://github.com/pronamic/wp-pay-core/blob/deaab73e6ba12076a34c84688a2839f9fb20a3e7/src/Admin/AdminSettings.php#L139-L162