Payments: migrate from Wise borderless-accounts to newer alternatives #1755
Labels
dependencies
Pull requests that update a dependency file
🧹Housekeeping
python
Pull requests that update Python code
Milestone
We have a few references in the codebase to Wise Borderless Accounts; there are newer/preferred alternatives available in the Wise API for use instead.
If possible it'd be nice to rename some of our model database columns accordingly at the same time. I think we could do that by adding a second column of the same name / constraints, and performing an
UPDATE
during the upgrade/downgrade database migrations. Yes, theoretically an alias column would work too, but I think it may be simpler for the bidirectional migrations simply to duplicate the column temporarily.An upgrade of the
pywisetransfer
dependency will be required alongside these changes.The text was updated successfully, but these errors were encountered: