Skip to content

Commit

Permalink
Renamed checkout form to address
Browse files Browse the repository at this point in the history
  • Loading branch information
royduin committed Mar 5, 2023
1 parent f33c437 commit c747391
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/checkout/steps/credentials.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<p class="col-span-12 font-bold text-2xl">
@lang('Shipping address')
</p>
@include('rapidez::checkout.partials.form', ['type' => 'shipping'])
@include('rapidez::checkout.partials.address', ['type' => 'shipping'])
</div>

<div class="col-span-12 my-5">
Expand All @@ -22,7 +22,7 @@
<p class="col-span-12 font-bold text-2xl">
@lang('Billing address')
</p>
@include('rapidez::checkout.partials.form', ['type' => 'billing'])
@include('rapidez::checkout.partials.address', ['type' => 'billing'])
</div>

<h1 v-if="checkout.shipping_methods.length" class="font-bold text-4xl mt-5 mb-3">@lang('Shipping method')</h1>
Expand Down

0 comments on commit c747391

Please sign in to comment.