mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Remove test string
This commit is contained in:
parent
9b3febfdeb
commit
f42814fc1d
1 changed files with 0 additions and 2 deletions
|
@ -80,8 +80,6 @@ class PayPalSubscriptionsModule implements ModuleInterface {
|
|||
return;
|
||||
}
|
||||
|
||||
$foo = $product;
|
||||
|
||||
$subscriptions_api_handler = $c->get( 'paypal-subscriptions.api-handler' );
|
||||
assert( $subscriptions_api_handler instanceof SubscriptionsApiHandler );
|
||||
$this->update_subscription_product_meta( $product, $subscriptions_api_handler );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue