mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-05-01 11:37:56 +00:00
fix: correct cancel_reason column name to cancellation_reason
Also add migration to drop remaining auth.users FK constraints on p2p_messages, notifications, ratings, audit_log tables.
This commit is contained in:
@@ -888,7 +888,7 @@ export async function cancelTrade(
|
||||
.update({
|
||||
status: 'cancelled',
|
||||
cancelled_by: cancelledBy,
|
||||
cancel_reason: reason,
|
||||
cancellation_reason: reason,
|
||||
})
|
||||
.eq('id', tradeId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user