mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
Increase action priority to get the correct meta values
This commit is contained in:
parent
4e6b856a0d
commit
f26cdf9c56
1 changed files with 2 additions and 1 deletions
|
@ -559,7 +559,8 @@ class SubscriptionModule implements ModuleInterface {
|
|||
$subscriptions_api_handler = $c->get( 'subscription.api-handler' );
|
||||
assert( $subscriptions_api_handler instanceof SubscriptionsApiHandler );
|
||||
$this->update_subscription_product_meta( $product, $subscriptions_api_handler );
|
||||
}
|
||||
},
|
||||
30
|
||||
);
|
||||
|
||||
add_action(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue