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 `SubscriptionHelper::complement_subscription_by_payment( $subscription, $payment )` #130

Open remcotolsma opened 1 year ago

remcotolsma commented 1 year ago

Use $subscription->new_payment() instead and/or build the subscription payment in the extension.