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

Remove global mode setting #55

Closed remcotolsma closed 2 years ago

remcotolsma commented 2 years ago

@rvdsteege A proof of concept together with https://github.com/pronamic/wp-pronamic-pay/commit/b1bb30eda9486549ecc4cd6f071fda0d3298494f, what do you think?

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1853527164

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/Admin/AdminHealth.php 0 1 0.0%
src/Plugin.php 1 2 50.0%
<!-- Total: 2 4 50.0% -->
Files with Coverage Reduction New Missed Lines %
src/GoogleAnalyticsEcommerce.php 1 13.54%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 1852191884: 0.08%
Covered Lines: 1838
Relevant Lines: 9251

💛 - Coveralls
rvdsteege commented 2 years ago