source/Services/DirectPreApproval/RetryPaymentOrderService.php
Method create
has 32 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static function create(Credentials $credentials, RetryPaymentOrder $retryPaymentOrder)
{
Logger::info("Begin", ['service' => 'DirectPreApproval']);
try {
$connection = new Connection\Data($credentials);