PayButton / paybutton-server

Manage eCash payments received through your online business.
MIT License
6 stars 2 forks source link

feat: add preferredCurrencyId field #864

Closed lissavxo closed 2 months ago

lissavxo commented 2 months ago

Related to #619

Description

Added preferredCurrencyId field to UserProfile scheme and generated a new migration The default value for this field is 1 the id for USD quote.

Test plan

Make sure the field was added to the UserProfile entity with default 1

Klakurka commented 2 months ago

Tests failing.

lissavxo commented 2 months ago

Tests failing.

fixed