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 0b33337 commit 388f779Copy full SHA for 388f779
src/Omnipay/Common/Message/AbstractRequest.php
@@ -455,7 +455,7 @@ public function setDescription($value)
455
/**
456
* Get the transaction ID.
457
*
458
- * The transaction ID is the identifier generated by the originating website.
+ * The transaction ID is the identifier generated by the merchant website.
459
460
* @return string
461
*/
src/Omnipay/Common/Message/AbstractResponse.php
@@ -148,7 +148,7 @@ public function getTransactionReference()
148
}
149
150
151
- * Get the transaction ID as generated by originating website.
+ * Get the transaction ID as generated by the merchant website.
152
153
154
0 commit comments