Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Feb 10, 2025
1 parent bae4c50 commit 547779e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Orders/AugmentedOrder.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function shippingMethod()
}

return [
'name' => $this->data->shippingMethod()::title(),
'name' => $this->data->shippingMethod()->title(),
'handle' => $this->data->shippingMethod()->handle(),
];
}
Expand Down

0 comments on commit 547779e

Please sign in to comment.