Skip to content

Settings page fee rules editor does not persist to the backend #350

Description

@therealjhay

File: app/(merchant)/settings/page.tsx, lines 229-232

The "Save Fee Rules" button calls notify.success('Fee rules updated') but never sends the data to the backend. Implement the actual API call to PATCH /api/merchants/:id/fees with the fee type, rate, and threshold. Show a loading spinner during submission and disable the button to prevent double submission.


Labels: Pages

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions