Skip to content

Commit

Permalink
Fix undefined constant
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt75 committed Jul 19, 2023
1 parent 194603c commit db9fac8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ public function setApprovalReversedOrderStatus(PayPalOrderApprovalReversedEvent
$this->commandBus->handle(
new UpdateOrderStatusCommand(
$order->getOrderId()->getValue(),
$this->orderStateMapper->getIdByKey(OrderStateConfigurationKeys::CANCELED)
$this->orderStateMapper->getIdByKey(OrderStateConfigurationKeys::PS_CHECKOUT_STATE_CANCELED)
)
);
}
Expand Down

0 comments on commit db9fac8

Please sign in to comment.