Skip to content

Commit

Permalink
Support MSP way of saving method_title (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
indykoning authored Nov 14, 2023
1 parent 525317d commit cc0f54d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<div class="flex flex-1 flex-wrap justify-between">
<ul class="flex flex-col gap-1">
<li v-for="method in order.sales_order_payments">
@{{ method.additional_information.method_title }}
@{{ method.additional_information.method_title || method.additional_information.raw_details_info.method_title }}
</li>
</ul>
@if (!empty($slot))
Expand Down

0 comments on commit cc0f54d

Please sign in to comment.