claudiosanches / woocommerce-payment-discounts

Adds discounts for specific payment methods in WooCommerce.
http://wordpress.org/extend/plugins/woocommerce-payment-discounts/
31 stars 10 forks source link

get_used_coupons is deprecated. Use WC_Abstract_Order::get_coupon_codes instead. #47

Open Wegerich opened 4 years ago

Wegerich commented 4 years ago

I have this error showing in my logs every time someone checks out using a payment method that is discounted with this plugin. I can't find where in the php code it's using this function but I'm guessing it is related?