Skip to content

Commit 388f779

Browse files
#261 further comment clarification
1 parent 0b33337 commit 388f779

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Omnipay/Common/Message/AbstractRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ public function setDescription($value)
455455
/**
456456
* Get the transaction ID.
457457
*
458-
* The transaction ID is the identifier generated by the originating website.
458+
* The transaction ID is the identifier generated by the merchant website.
459459
*
460460
* @return string
461461
*/

src/Omnipay/Common/Message/AbstractResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public function getTransactionReference()
148148
}
149149

150150
/**
151-
* Get the transaction ID as generated by originating website.
151+
* Get the transaction ID as generated by the merchant website.
152152
*
153153
* @return string
154154
*/

0 commit comments

Comments
 (0)