v5 update fixes #2

Merged
rlong merged 29 commits from v5-upgrade into master 2026-04-20 15:16:51 -04:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 55925c8abf - Show all commits
@@ -41,7 +41,7 @@ class CheckoutRelationManager extends RelationManager
->sortable(),
TextColumn::make('winnertotal')
->label('Total Amount')
->money('usd', 'true')
->money('USD')
->sortable(),
TextColumn::make('paymentMethod.pm_name')
->label('Payment Method')
@@ -45,7 +45,7 @@ class WinningBidsRelationManager extends RelationManager
->sortable(),
Tables\Columns\TextColumn::make('winning_cost')
->label('Winning Bid Amt')
->money('usd', 'true')
->money('USD')
->sortable(),
])