Payments table still uses old prefixed names (PaymentID as PK, no UUID column, no PaymentTip column, required PaymentReceivedByUserID). Updated INSERT to match actual production schema. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Creates Payment record with PaymentPaidInCash and links to order Sets PaymentStatus = 'pending' and StatusID = 1 (submitted)