Remove more references to ab_account, Docker build tweaks, Fix error rendering charges
This commit is contained in:
@@ -12,6 +12,6 @@ class Charge extends Model
|
||||
|
||||
public function getNameAttribute()
|
||||
{
|
||||
return sprintf('%s %s',$this->description,join('|',unserialize($this->getAttribute('attributes'))));
|
||||
return sprintf('%s %s',$this->description,$this->getAttribute('attributes') ? join('|',unserialize($this->getAttribute('attributes'))) : '');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user