issues
search
jrick1229
/
woocommerce-subscriptions-auto-complete-orders
Auto completes orders upon subscription creation and upon payment confirmation on renewal orders.
GNU General Public License v3.0
4
stars
2
forks
source link
Fix autocomplete functionality
#2
Closed
bernattorras
closed
6 years ago
bernattorras
commented
6 years ago
Added the missing parameters to 'woocommerce_payment_complete_order_status' filter
Added the missing parameters to 'wcs_aco_return_completed' function
Added the missing parameter to 'wcs_order_contains_subscription' with the expected order types (parent and renewal)
Returned the default status provided by the filter
Added the code suggested by WooCommerce (
https://docs.woocommerce.com/document/automatically-complete-orders/
) to autocomplete the rest of the orders (simple orders).
jrick1229
commented
6 years ago
Thanks @bernattorras !