Skip to content

Commit

Permalink
updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nuryagdym committed May 24, 2024
1 parent 15cd83c commit c6eb253
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"escapestudios/symfony2-coding-standard": "^3.11",
"monolog/monolog": "^2.8",
"php-http/curl-client": "^2.2",
"phpstan/phpstan": "^1.9",
"phpstan/phpstan": "^1.11",
"phpstan/phpstan-strict-rules": "^1.4",
"phpunit/phpunit": "^9",
"rector/rector": "^1.0",
"rector/rector": "^1.1",
"slim/psr7": "^1.4",
"squizlabs/php_codesniffer": "^3.5",
"symfony/event-dispatcher": "^5.4",
Expand Down
13 changes: 13 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Changelog
## [1.3.0] - 2024-05-24

### New Features
- **KuveytPos** kısmi iade desteği eklendi. (issue #205)
- **EstPos/Payten** ön otorizasyonu kapatırken daha fazla miktar desteği eklendi. (issue #171)

### Changed
- Dispatched event'lere **gatewayClass**, **order**, **paymenModel** verileri eklendi.

### Fixed
- **PosNet** - 3D Secure ödeme başarısız olduğunda `3d_all` boş olması giderildi.

# Changelog
## [1.2.0] - 2024-05-19

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,9 @@ public function createCancelRequestData(AbstractPosAccount $posAccount, array $o
}

/**
* Eğer kısmi tutarlı iade işlemi yapılmak isteniyorsa, iade işlemi requestinde transaction alanı gönderilmelidir.
* Eğer transaction alanı gönderilmezse, iade işlemi tam tutarlı olarak gerçekleşecektir.
*
* @param AkbankPosAccount $posAccount
*
* {@inheritDoc}
Expand Down

0 comments on commit c6eb253

Please sign in to comment.