Skip to content

Commit

Permalink
fix: InvalidArgumentException
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaMelazzo committed Mar 26, 2024
1 parent 2d123f1 commit cf1125e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/Api/Recipient.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Pagarme\Pagarme\Model\Api;

use Exception;
use http\Exception\InvalidArgumentException;
use InvalidArgumentException;
use Magento\Framework\Webapi\Rest\Request;
use Pagarme\Core\Kernel\Services\LogService;
use Pagarme\Core\Middle\Factory\RecipientFactory as CoreRecipient;
Expand Down

0 comments on commit cf1125e

Please sign in to comment.