Skip to content

Commit

Permalink
Update list of supported payment parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
mindaugas236 committed Jan 20, 2021
1 parent 1aaf958 commit 4480885
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log
All notable changes to this project will be documented in this file.

## [0.9.2] - 2021-01-20
- Added support for `informationStructured` parameter.

## [0.9.1] - 2020-10-27
- Decode url-encoded values.

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": "getkevin/kevin-php",
"description": "PHP client for kevin. platform.",
"type": "library",
"version": "0.9.1",
"version": "0.9.2",
"license": "MIT",
"authors": [
{
Expand Down
4 changes: 4 additions & 0 deletions src/PaymentTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ private function getInitPaymentBodyAttr($attr)
'currencyCode',
'endToEndId',
'informationUnstructured',
'informationStructured' => [
'reference',
'referenceType'
],
'requestedExecutionDate',
'identifier' => [
'email'
Expand Down

0 comments on commit 4480885

Please sign in to comment.