Skip to content

Commit

Permalink
Update src/Order/QueryHandler/GetOrderForPaymentCompletedQueryHandler…
Browse files Browse the repository at this point in the history
….php
  • Loading branch information
Matt75 authored Nov 13, 2023
1 parent 2d2f41a commit e36351e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function handle(GetOrderForPaymentCompletedQuery $query)
(int) $order->id_cart,
(int) $order->getCurrentState(),
(bool) $order->hasBeenPaid(),
(string) $order->total_paid, /* @phpstan-ignore-line */
(string) $order->total_paid,
(string) $order->total_paid_real,
(int) $order->id_currency,
$psCheckoutCart->getPaypalFundingSource(),
Expand Down

0 comments on commit e36351e

Please sign in to comment.