Remove test string

This commit is contained in:
George Burduli 2024-05-27 17:01:52 +04:00
parent 9b3febfdeb
commit f42814fc1d
No known key found for this signature in database
GPG key ID: 572A97DFDA3D2E5C

View file

@ -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 );