Skip to content

Commit

Permalink
ECP-8329 Creating GiftCard PM
Browse files Browse the repository at this point in the history
  • Loading branch information
khushboo-singhvi committed Jan 29, 2024
1 parent 91f4452 commit ff3db8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ScheduledTask/FetchPaymentMethodLogosHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class FetchPaymentMethodLogosHandler extends ScheduledTaskHandler
public function __construct(
EntityRepository $scheduledTaskRepository,
MediaService $mediaService,
EntityRepository $paymentMethodRepository,
$paymentMethodRepository,
$mediaRepository,
bool $enableUrlUploadFeature = true
) {
Expand Down
2 changes: 1 addition & 1 deletion src/ScheduledTask/ProcessNotificationsHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public function __construct(
EntityRepository $scheduledTaskRepository,
NotificationService $notificationService,
OrderRepository $orderRepository,
EntityRepository $paymentMethodRepository,
$paymentMethodRepository,
OrderTransactionRepository $orderTransactionRepository,
AdyenPaymentService $adyenPaymentService,
CaptureService $captureService,
Expand Down

0 comments on commit ff3db8a

Please sign in to comment.