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