add f payment
This commit is contained in:
@@ -168,4 +168,12 @@ class VisaMasterPaymentOrder extends Model implements HasMedia
|
||||
|
||||
static::creating(LoanOrderRepo::creating());
|
||||
}
|
||||
|
||||
/**
|
||||
* Price for order
|
||||
*/
|
||||
public function priceAmount(): float
|
||||
{
|
||||
return 250;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user