|
@@ -55,10 +55,10 @@ |
|
|
block discarded – undo |
|
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"); |
Please login to merge, or discard this patch.