Automattic / woocommerce-subscriptions-core

Subscriptions core package for WooCommerce
Other
87 stars 33 forks source link

Check if the order actually exists before accessing order properties. #348

Closed dennisnissle closed 1 year ago

dennisnissle commented 1 year ago

Fixes #344

Description

Check whether the order actually exists before accessing order properties in wcs_order_contains_subscription().

mattallan commented 1 year ago

Thanks @dennisnissle . Merging this now :)