We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe600e commit 5902861Copy full SHA for 5902861
generator/cybersource-php-template/api.mustache
@@ -243,7 +243,7 @@ use \Exception;
243
$httpBody = MLEUtility::encryptRequestPayload($this->apiClient->merchantConfig, $httpBody);
244
} catch (Exception $e) {
245
self::$logger->error("Failed to encrypt request body: $e");
246
- throw new ApiException("Failed to encrypt request body : " + $e->getMessage());
+ throw new ApiException("Failed to encrypt request body : " . $e->getMessage());
247
}
248
249
0 commit comments