@@ -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"); |
@@ -55,10 +55,10 @@ |
||
| 55 | 55 | return $this->payOutTranslator->translateMangoToPayOutDto($createdPayout); |
| 56 | 56 | } |
| 57 | 57 | $this->logger->addCritical( |
| 58 | - "Pay-Out has been created with status: ".$createdPayout->Status . ' (result code: ' . $createdPayout->ResultCode . ')' |
|
| 58 | + "Pay-Out has been created with status: " . $createdPayout->Status . ' (result code: ' . $createdPayout->ResultCode . ')' |
|
| 59 | 59 | ); |
| 60 | 60 | throw new PartFireException( |
| 61 | - "Pay-Out has been created with status: ".$createdPayout->Status . ' (result code: ' . $createdPayout->ResultCode . ')' |
|
| 61 | + "Pay-Out has been created with status: " . $createdPayout->Status . ' (result code: ' . $createdPayout->ResultCode . ')' |
|
| 62 | 62 | ); |
| 63 | 63 | } |
| 64 | 64 | $this->logger->addCritical("Failed to create PayOut"); |