Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

hc_payment_status

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'hc_payment_status',
		'terms'            => array( 'payment-sent', 'completed' ),
	),
);