|
@@ -75,10 +75,10 @@ |
|
|
block discarded – undo |
|
75
|
75
|
return $this->payInTranslator->translateMangoPayBankwireDirectPayInToDto($createdPayIn); |
|
76
|
76
|
} |
|
77
|
77
|
$this->logger->addCritical( |
|
78
|
|
- "Pay-In has been created with status: ".$createdPayIn->Status . ' (result code: ' . $createdPayIn->ResultCode . ')' |
|
|
78
|
+ "Pay-In has been created with status: " . $createdPayIn->Status . ' (result code: ' . $createdPayIn->ResultCode . ')' |
|
79
|
79
|
); |
|
80
|
80
|
throw new PartFireException( |
|
81
|
|
- "Pay-In has been created with status: ".$createdPayIn->Status . ' (result code: ' . $createdPayIn->ResultCode . ')' |
|
|
81
|
+ "Pay-In has been created with status: " . $createdPayIn->Status . ' (result code: ' . $createdPayIn->ResultCode . ')' |
|
82
|
82
|
); |
|
83
|
83
|
} |
|
84
|
84
|
$this->logger->addCritical("Failed to create PayIn"); |
Please login to merge, or discard this patch.