get(); $payment_methods = ''; foreach ($payment_method_results as $payment_method_result) { $payment_methods .= ''; } return $payment_methods; } }