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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ The code has been updated for PHP 8 (constructor property promotion, enums, immu
39
39
40
40
All resources (`Payment`, `Creditor`, `Debtor`, `SearchResult`) are now immutable.
41
41
42
-
So if you are migration your code from 1.x to 2.x, make sure to use the enums for PaymentStatus, QR code size, color & format.
42
+
**So if you are migrating your code from 1.x to 2.x, make sure to use the enums for PaymentStatus, QR code size, color & format, instead of the old constants**
0 commit comments