You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UPGRADE.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,15 @@
2
2
3
3
Follow this guide to upgrade older Pay versions. These may require database migrations and code changes.
4
4
5
+
## Pay 9.0 to Pay 10.0
6
+
7
+
Pay has introduced an `object` column on `pay_customers``pay_charges` and `pay_subscriptions` to save a full copy of the Stripe objects to make future changes easier.
8
+
9
+
```bash
10
+
rails pay:install:migrations
11
+
rails db:migrate
12
+
```
13
+
5
14
## Pay 7.0 to Pay 8.0
6
15
7
16
Pay has moved to using Single Table Inheritance to handle each payment processor's functionality. To do this, we've provided a migration to update the existing records.
0 commit comments