diff --git a/include/library/Crunchbutton/User.php b/include/library/Crunchbutton/User.php index 6d514a013..5c21cacdf 100644 --- a/include/library/Crunchbutton/User.php +++ b/include/library/Crunchbutton/User.php @@ -261,7 +261,7 @@ class Crunchbutton_User extends Cana_Table { } public function payment_type(){ - return Crunchbutton_User_Payment_Type::getUserPaymentType( $this->id_user ); + return Crunchbutton_User_Payment_Type::getUserPaymentType( $this->id_user )->get(0); } public function getLastNote(){