| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 51 | protected function configure(): void |
||
| 52 | { |
||
| 53 | Configuration::environment($this->config->getEnvironment()); |
||
| 54 | Configuration::merchantId($this->config->getMerchantId()); |
||
| 55 | Configuration::publicKey($this->config->getPublicKey()); |
||
| 56 | Configuration::privateKey($this->config->getPrivateKey()); |
||
| 57 | } |
||
| 59 |