get(' select * from public.payment where "customer_id" = :customer_id ORDER by id DESC ', [ 'customer_id' => $customer_id ] ); } }