Skip to content

Commit

Permalink
Update logic
Browse files Browse the repository at this point in the history
  • Loading branch information
aashwin-rvvup committed Jan 10, 2025
1 parent bd2a5b5 commit 8c8f3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Service/Card/CardMetaService.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function __construct(
*/
public function process(array $rvvupPaymentResponse, OrderInterface $order)
{
if ($order->getPayment()->getMethod() == 'rvvup_CARD') {
if ($order->getPayment()->getMethod() != 'rvvup_CARD') {
return;
}
$data = [];
Expand Down

0 comments on commit 8c8f3b0

Please sign in to comment.