| 1 | <?php |
||
| 5 | class ThreedSecureAuthenticateTransaction implements ThreedSecureAuthenticate |
||
| 6 | { |
||
| 7 | use Commit; |
||
| 8 | |||
| 9 | private $pares; |
||
| 10 | |||
| 11 | private $transactionId; |
||
| 12 | |||
| 13 | 1 | public function __construct($pares, $transactionId) |
|
| 18 | |||
| 19 | public function getPares() |
||
| 23 | |||
| 24 | public function getTransactionId() |
||
| 28 | |||
| 29 | public function canCommit() |
||
| 34 | } |
||
| 35 |