Skip to content

Commit

Permalink
Merge 9776ed3 into acc0da9
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdevice committed Jan 14, 2020
2 parents acc0da9 + 9776ed3 commit a87a2ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Change Log
All notable changes to this project will be documented in this file
using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
This project adheres to [Semantic Versioning](http://semver.org/).

<!--
Types of changes
Expand All @@ -16,6 +15,10 @@ Security - in case of vulnerabilities.

## [Unreleased]

_TBD_

## [2.6.0] 2020-01-14

### Added
- [x] Added support for empty redirect responses
- [x] Added new property to `Customer`: `websiteId`
Expand All @@ -30,13 +33,15 @@ Security - in case of vulnerabilities.
- [x] Added new properties to `Transaction`: `requestAmount`, `requestCurrency`, `purchaseAmount`, `purchaseCurrency`, `reportAmount`, `reportCurrency`, `isProcessedOutside`
- [x] Added field `additionalCriteria` into `GatewayAccount` object
- [x] Added field `dueTimeShift` into `BillingAnchor` object
- [x] Renamed field `billingAnchor` into `invoiceTimeShift` in `Subscription` object
- [x] Added `getUpcomingInvoices` and `issueUpcomingInvoice` methods to **SubscriptionService**
- [x] Added `recalculate` method to **InvoiceService**
- [x] Added `EmailTemplate` as a part of `EmailNotification` to support multi-locale emails in RulesEngine
- [x] Added `getUrlPathSegment`, `setUrlPathSegment`, `getRedirect`, `setRedirect`, `getStatus`, `setStatus`, `getIsCustomCustomerIdAllowed`, `setIsCustomCustomerIdAllowed` method to `CheckoutPage`
- [x] Added `Organization-Id` header to Client config

### Changed
- [x] Renamed field `billingAnchor` into `invoiceTimeShift` in `Subscription` object

### Deprecated
- [x] Deprecated `Transaction` entity method: `getPaymentCardId`
- [x] Deprecated `PayPalAccount` entity method: `setUserName`
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ final class Client

public const CURRENT_VERSION = 'v2.1';

public const SDK_VERSION = '2.5.0';
public const SDK_VERSION = '2.6.0';

private static $services = [
'authenticationOptions' => Services\AuthenticationOptionsService::class,
Expand Down

0 comments on commit a87a2ad

Please sign in to comment.