We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35485a3 commit 89a7a21Copy full SHA for 89a7a21
changelog.md
@@ -1,6 +1,10 @@
1
# Changelog
2
3
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
+
8
## v2.4.0 - 2022-01-03
9
### Update
10
- Fixed get status transaction by token webpay plus
src/WebpayPlus.php
@@ -158,7 +158,7 @@ public function getStatusTransaction($token)
158
*/
159
public function getTransactionStatus($token)
160
{
161
- return $this->getTransactionStatus($token);
+ return $this->getStatusTransaction($token);
162
}
163
164
public function redirectHTML($url = '', $token = '')
0 commit comments