| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 34 | public function __construct(string $transactionId, string $merchantReference, string $entranceCode, string $authenticationUrl = null) |
||
| 35 | { |
||
| 36 | $this->transactionId = $transactionId; |
||
| 37 | $this->merchantReference = $merchantReference; |
||
| 38 | $this->entranceCode = $entranceCode; |
||
| 39 | $this->authenticationUrl = $authenticationUrl; |
||
| 40 | } |
||
| 74 |