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.
2 parents 96f3fe6 + 108b6d8 commit 4608c41Copy full SHA for 4608c41
src/Message/RestAuthorizeResponse.php
@@ -70,7 +70,7 @@ public function getTransactionReference()
70
71
// The last element of the URL should be "execute"
72
$execute = end($urlParts);
73
- if ($execute != 'execute') {
+ if (!in_array($execute, array('execute', 'agreement-execute'))) {
74
return parent::getTransactionReference();
75
}
76
0 commit comments