Skip to content

Commit 89a7a21

Browse files
committed
## v2.5.0 - 2022-01-03
### Update - Fixed get status transaction by token webpay plus
1 parent 35485a3 commit 89a7a21

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33
All notable changes to `Transbank` will be documented in this file.
4+
## v2.5.0 - 2022-01-03
5+
### Fixed
6+
- get status transaction by token webpay plus
7+
48
## v2.4.0 - 2022-01-03
59
### Update
610
- Fixed get status transaction by token webpay plus

src/WebpayPlus.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public function getStatusTransaction($token)
158158
*/
159159
public function getTransactionStatus($token)
160160
{
161-
return $this->getTransactionStatus($token);
161+
return $this->getStatusTransaction($token);
162162
}
163163

164164
public function redirectHTML($url = '', $token = '')

0 commit comments

Comments
 (0)