mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 13:44:42 +08:00
Remove debug log entry
This commit is contained in:
parent
792a1d8654
commit
b52af54c81
1 changed files with 0 additions and 1 deletions
|
@ -71,7 +71,6 @@ class BillingPlanPricingChangeActivated implements RequestHandler {
|
||||||
|
|
||||||
$plan_id = wc_clean( wp_unslash( $request['resource']['id'] ?? '' ) );
|
$plan_id = wc_clean( wp_unslash( $request['resource']['id'] ?? '' ) );
|
||||||
if ( $plan_id && ! empty( $request['resource']['billing_cycles'] ) ) {
|
if ( $plan_id && ! empty( $request['resource']['billing_cycles'] ) ) {
|
||||||
$this->logger->info( 'Starting stuff...' );
|
|
||||||
$args = array(
|
$args = array(
|
||||||
// phpcs:ignore WordPress.DB.SlowDBQuery
|
// phpcs:ignore WordPress.DB.SlowDBQuery
|
||||||
'meta_key' => 'ppcp_subscription_plan',
|
'meta_key' => 'ppcp_subscription_plan',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue