Grab service charge from setting for calculate supplier transaction

This commit is contained in:
ahmedsophyudden
2022-02-28 22:40:16 +08:00
parent dd0b142238
commit af3ff46a20
12 changed files with 317 additions and 11 deletions
+4
View File
@@ -20,6 +20,10 @@ class SegmentConstant extends AbstractModel
protected $table = 'segment_constants';
protected $dates = ['deleted_at'];
// protected $casts = [
// 'detail' => 'array',
// ];
public function getDetailAttribute($value)
{