Skip to content

Commit

Permalink
Merge pull request #62 from SwedbankPay/feature/bump5
Browse files Browse the repository at this point in the history
Bump v5.0.0
  • Loading branch information
aait authored Jun 4, 2021
2 parents c8efd1d + 73ae2c5 commit 700ba5a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
Changelog
5.0.0 - 2021-06-04
Added
- PaymentCardholder: getBillingAddress(), setBillingAddress(), getAccountInfo(), setAccountInfo()
- PaymentPurchase: getRecurrenceToken(), setRecurrenceToken(), isGenerateRecurrenceToken(), setGenerateRecurrenceToken()
- PaymentRecur: getRecurrenceToken(), setRecurrenceToken()
- PaymentVerify: isGeneratePaymentToken(), setGeneratePaymentToken(), isGenerateRecurrenceToken(), setGenerateRecurrenceToken()
- Paymentorder: isGenerateUnscheduledToken(), setGenerateUnscheduledToken(), getRecurrenceToken(), setRecurrenceToken()
- `CardholderAccountInfo` class
- `PaymentPrefillInfo` class
- Added resources for Transaction in Payment response if it's expanded
- Added expands to build request endpoint

Changed
- Updated `Recur` class
- Updated `PaymentorderMetadata` class
- Renamed `CardholderShippingAddress` class to `CardholderAddress` class

4.0.1 - 2021-02-12
Added
- Add InitiatingSystemUserAgent for `Payment`
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "swedbank-pay/swedbank-pay-sdk-php",
"type": "library",
"description": "The Swedbank Pay SDK for PHP simplifies integrations against Swedbank Pay's API Platform by providing native PHP interface towards the REST API.",
"version": "4.0.2",
"version": "5.0.0",
"authors": [
{
"name": "Sammy Nordström",
Expand Down

0 comments on commit 700ba5a

Please sign in to comment.