Skip to content

feat(merchants): implement merchant availability and settings#114

Open
Richiey1 wants to merge 1 commit into
ericmt-98:mainfrom
Richiey1:feat/merchant-onboarding
Open

feat(merchants): implement merchant availability and settings#114
Richiey1 wants to merge 1 commit into
ericmt-98:mainfrom
Richiey1:feat/merchant-onboarding

Conversation

@Richiey1
Copy link
Copy Markdown

This PR implements end-to-end merchant availability management and configuration settings.

Key Changes:

  • Backend:
    • Added and to and .
    • Implemented new routes in :
      • : Retrieve current merchant settings.
      • : Update spread, min/max trade amounts.
      • : Toggle merchant status between online (verified), offline (pending), and paused.
    • Enhanced to block trades if the merchant is not 'verified' (online).
  • Frontend (Mobile):
    • Integrated into the app routing.
    • Added 'Merchant Settings' link to the page.
    • Implemented real-time availability toggling with visual feedback on the page (paused banner).
    • Connected configuration form to the new backend endpoints.

Closes #74

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 30, 2026

@Richiey1 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Merchant availability, settings and onboarding end-to-end

1 participant