Skip to content

Commit 5902861

Browse files
committed
"updated api.mustache"
1 parent 0fe600e commit 5902861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/cybersource-php-template/api.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ use \Exception;
243243
$httpBody = MLEUtility::encryptRequestPayload($this->apiClient->merchantConfig, $httpBody);
244244
} catch (Exception $e) {
245245
self::$logger->error("Failed to encrypt request body: $e");
246-
throw new ApiException("Failed to encrypt request body : " + $e->getMessage());
246+
throw new ApiException("Failed to encrypt request body : " . $e->getMessage());
247247
}
248248
}
249249

0 commit comments

Comments
 (0)