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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
- The `redirect()` method no calls `exit()` after sending the content. This is up to the developer now.
3
3
- It is now possible to use `setAmountInteger(integer $value)` and `setMoney(Money $money)`
4
4
- HTTPPlug is used. Guzzle will be installed when using `omnipay/omnipay`, otherwise you need to required your own implementation (see http://docs.php-http.org/en/latest/clients.html)
5
-
5
+
- The package is renamed from `omnipay/omnipay` to `league/omnipay` and no longer installs all gateways by default.
6
6
## Upgrade Gateways from 2.x to 3.x
7
7
8
8
The primary difference is the HTTP Client. We are now using HTTPlug (http://httplug.io/) but rely on our own interface.
0 commit comments