Remove whitespace

This commit is contained in:
George Burduli 2024-05-29 11:48:41 +04:00
parent 28257e3e38
commit cc2e121e2a
No known key found for this signature in database
GPG key ID: 572A97DFDA3D2E5C

View file

@ -80,8 +80,6 @@ class PayPalSubscriptionsModule implements ModuleInterface {
return;
}
$subscriptions_api_handler = $c->get( 'paypal-subscriptions.api-handler' );
assert( $subscriptions_api_handler instanceof SubscriptionsApiHandler );
$this->update_subscription_product_meta( $product, $subscriptions_api_handler );