-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Payment cards separation - first phase (write side + backwards compat…
…ibility) ! Migration `migrate_payment_methods` could take a time, depending on the size of your `recurrent_payments` table. Consider to run it at off-peak times. - Added new `payment_methods` table to be able to manage payment methods apart of the recurrent payments - Breaking change: Method `RecurrentPaymentsRepository::add(...)` was renamed to `::addV1(...)` - Deprecated usage of `cid` column within `recurrent_payments` table remp/crm#3221
- Loading branch information
1 parent
d87a29b
commit 5f85c1b
Showing
1 changed file
with
17 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters