We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a47b547 commit 334c811Copy full SHA for 334c811
.travis.yml
@@ -1,10 +1,10 @@
1
language: php
2
3
php:
4
- - 5.6
5
- 7.0
6
- 7.1
7
- 7.2
+ - 7.3
8
9
# This triggers builds to run on the new TravisCI infrastructure.
10
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
src/Message/AcceptNotification.php
@@ -102,9 +102,7 @@ public function getTransactionReference()
102
{
103
$this->assertSignature();
104
105
- $parsedData = $this->getParsedData();
106
-
107
- if ($this->getEventTarget() === $parsedData::EVENT_TARGET_PAYMENT) {
+ if ($this->getEventTarget() === $this->getParsedData()::EVENT_TARGET_PAYMENT) {
108
return $this->getPayload()->getTransId();
109
}
110
0 commit comments