wip
This commit is contained in:
@@ -74,4 +74,12 @@ class CardPin extends Model
|
||||
{
|
||||
return $this->belongsTo(Branch::class, 'branch_id');
|
||||
}
|
||||
|
||||
/**
|
||||
* Price for order
|
||||
*/
|
||||
public function priceAmount(): float
|
||||
{
|
||||
return 3.02;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -75,4 +75,12 @@ class CardRequisite extends Model
|
||||
{
|
||||
return $this->belongsTo(Branch::class, 'branch_id');
|
||||
}
|
||||
|
||||
/**
|
||||
* Price for order
|
||||
*/
|
||||
public function priceAmount(): float
|
||||
{
|
||||
return 2.30;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user