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: CHANGELOG.md
+12
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
+
## [5.1.0] - 2021-06-01
10
+
### Changed
11
+
- Deprecation of duplicate method TransactionResponse->getPaymentLink().
12
+
13
+
### Added
14
+
- Add support for [API token endpoint](https://docs.multisafepay.com/api/#generate-an-api-token)
15
+
- Add class ShippingItem in OrderRequest which can be used for simpler way to specify a shipping item in the [shopping cart](https://docs.multisafepay.com/api/#shopping-cart-items)
- Fix bug when requesting transaction details for an order registered without a ShoppingCart returning InvalidArgumentException with clear error message
20
+
9
21
## [5.0.1] - 2021-03-11
10
22
### Changed
11
23
- getGateways will now include all merchant enabled gift cards by default
0 commit comments