only return first payment type
This commit is contained in:
parent
503493ce3f
commit
dad38bfd75
@ -261,7 +261,7 @@ class Crunchbutton_User extends Cana_Table {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function payment_type(){
|
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(){
|
public function getLastNote(){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user