标签: wordpress woocommerce woocommerce-rest-api
可以通过订单ID获取付款类型吗? 例如:现金,转帐,PayPal,信用卡
现在,我使用:$ order-> payment_method_title,但我需要“付款方式”或“付款类别”
CC
答案 0 :(得分:0)
您可以使用get_payment_method()来获取付款方式:
get_payment_method()
$order->get_payment_method()
有关更多信息:
WC_Order Class Reference