This commit is contained in:
parent
40a8891c07
commit
bc547194fa
|
|
@ -98,10 +98,10 @@
|
|||
return;
|
||||
}
|
||||
|
||||
console.log(this.form);
|
||||
|
||||
$http.post(`/plugin/stripe/capture`, this.form).then((res) => {
|
||||
layer.msg(res.message)
|
||||
console.log(res)
|
||||
location = "{{ shop_route('account.order.show', ['number' => $order->number]) }}"
|
||||
})
|
||||
});
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
<x-shop-breadcrumb type="static" value="carts.index" />
|
||||
|
||||
<div class="row mt-5 justify-content-center">
|
||||
<div class="row mt-1 justify-content-center">
|
||||
<div class="col-12 col-md-9">@include('shared.steps', ['steps' => 1])</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
<x-shop-breadcrumb type="static" value="checkout.index" />
|
||||
|
||||
<div class="row mt-5 justify-content-center">
|
||||
<div class="row mt-1 justify-content-center">
|
||||
<div class="col-12 col-md-9">@include('shared.steps', ['steps' => 2])</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue