Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

[change] (PHPLIB-300) Add description. #172

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## [1.2.7.2][1.2.7.2]

### Fix
Expand All @@ -15,6 +14,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

### Added
* TraceId property to payment and transactions.
* Description to zgReferenceId setter/getter.

## [1.2.7.1][1.2.7.1]

Expand Down
4 changes: 4 additions & 0 deletions src/Resources/TransactionTypes/Authorization.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ protected function setExternalOrderId($externalOrderId): Authorization
}

/**
* Returns the reference Id of the insurance provider if applicable.
*
* @return string|null
*/
public function getZgReferenceId()
Expand All @@ -212,6 +214,8 @@ public function getZgReferenceId()
}

/**
* Sets the reference Id of the insurance provider.
*
* @param string|null $zgReferenceId
*
* @return Authorization
Expand Down