fix commas
This commit is contained in:
parent
a13c9be41c
commit
f4255621fe
@ -43,10 +43,10 @@ class CheckoutResource extends Resource
|
||||
->label('Total Amount')
|
||||
->mask(
|
||||
fn (TextInput\Mask $mask) => $mask->money(
|
||||
prefix: '$',
|
||||
thousandsSeparator: ',',
|
||||
decimalPlaces: 2,
|
||||
isSigned: false
|
||||
prefix: '$';
|
||||
thousandsSeparator: ',';
|
||||
decimalPlaces: 2;
|
||||
isSigned: false;
|
||||
)
|
||||
),
|
||||
Select::make('payment_method')
|
||||
|
Loading…
Reference in New Issue
Block a user