@@ -54,10 +54,10 @@ discard block |
||
54 | 54 | return $this->payInTranslator->translateMangoPayDirectPayInToDto($createdPayIn); |
55 | 55 | } |
56 | 56 | $this->logger->addCritical( |
57 | - "Pay-In has been created with status: ".$createdPayIn->Status . ' (result code: ' . $createdPayIn->ResultCode . ')' |
|
57 | + "Pay-In has been created with status: " . $createdPayIn->Status . ' (result code: ' . $createdPayIn->ResultCode . ')' |
|
58 | 58 | ); |
59 | 59 | throw new PartFireException( |
60 | - "Pay-In has been created with status: ".$createdPayIn->Status . ' (result code: ' . $createdPayIn->ResultCode . ')' |
|
60 | + "Pay-In has been created with status: " . $createdPayIn->Status . ' (result code: ' . $createdPayIn->ResultCode . ')' |
|
61 | 61 | ); |
62 | 62 | } |
63 | 63 | $this->logger->addCritical("Failed to create PayIn"); |
@@ -83,10 +83,10 @@ discard block |
||
83 | 83 | return $this->payInTranslator->translateMangoPayBankwireDirectPayInToDto($createdPayIn); |
84 | 84 | } |
85 | 85 | $this->logger->addCritical( |
86 | - "Pay-In has been created with status: ".$createdPayIn->Status . ' (result code: ' . $createdPayIn->ResultCode . ')' |
|
86 | + "Pay-In has been created with status: " . $createdPayIn->Status . ' (result code: ' . $createdPayIn->ResultCode . ')' |
|
87 | 87 | ); |
88 | 88 | throw new PartFireException( |
89 | - "Pay-In has been created with status: ".$createdPayIn->Status . ' (result code: ' . $createdPayIn->ResultCode . ')' |
|
89 | + "Pay-In has been created with status: " . $createdPayIn->Status . ' (result code: ' . $createdPayIn->ResultCode . ')' |
|
90 | 90 | ); |
91 | 91 | } |
92 | 92 | $this->logger->addCritical("Failed to create PayIn"); |