Skip to content

Commit

Permalink
CS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
L3RAZ committed Oct 23, 2024
1 parent 5e911aa commit 17d1d0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ps_checkout.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Ps_checkout extends PaymentModule
'actionObjectOrderPaymentUpdateAfter',
'displayPaymentReturn',
'displayOrderDetail',
'moduleRoutes'
'moduleRoutes',
];

/**
Expand Down Expand Up @@ -1803,9 +1803,9 @@ public function hookModuleRoutes()
'params' => [
'fc' => 'module',
'module' => 'ps_checkout',
'action' => 'getDomainAssociation'
'action' => 'getDomainAssociation',
],
]
],
];
}
}

0 comments on commit 17d1d0d

Please sign in to comment.