Skip to content

Commit

Permalink
Issue thephpleague#89 additional notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
judgej committed Sep 2, 2017
1 parent 8bf6f3f commit cb56eb3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/Message/AbstractRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,12 @@ public function getEndpoint()
}

/**
* Use this flag to indicate you wish to have a token generated and stored in the SagePay database and
* returned to you for future use.
* Use this flag to indicate you wish to have a token generated and stored in the Sage Pay
* database and returned to you for future use.
*
* This is a bit of a misnomer. What is referred to as "token" in Sage Pay,
* is a "cardReference" in Omnipay. This functions may need to be renamed.
* See issue #89
*
* @param bool|int $createToken 0 = This will not create a token from the payment (default).
* 1 = This will create a token from the payment if
Expand Down

0 comments on commit cb56eb3

Please sign in to comment.