@@ -53,10 +53,10 @@ |
||
53 | 53 | return $this->payInTranslator->translateMangoPayDirectPayInToDto($createdPayIn); |
54 | 54 | } |
55 | 55 | $this->logger->addCritical( |
56 | - "Pay-In has been created with status: ".$createdPayIn->Status . ' (result code: ' . $createdPayIn->ResultCode . ')' |
|
56 | + "Pay-In has been created with status: " . $createdPayIn->Status . ' (result code: ' . $createdPayIn->ResultCode . ')' |
|
57 | 57 | ); |
58 | 58 | throw new PartFireException( |
59 | - "Pay-In has been created with status: ".$createdPayIn->Status . ' (result code: ' . $createdPayIn->ResultCode . ')' |
|
59 | + "Pay-In has been created with status: " . $createdPayIn->Status . ' (result code: ' . $createdPayIn->ResultCode . ')' |
|
60 | 60 | ); |
61 | 61 | } |
62 | 62 | $this->logger->addCritical("Failed to create PayIn"); |