Skip to content

Commit 91a8dc0

Browse files
authored
Merge pull request #886 from w3bdesign/dev
Remove debug
2 parents b864c71 + 2e99c32 commit 91a8dc0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

resources/js/components/Checkout/OrderCheckout.vue

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ const checkout = async () => {
8080
const { firstName, lastName, address, zipcode, city, state, email } =
8181
store.getCustomerDetails;
8282
83-
//localState.paymentIsProcessing = true;
8483
localState.paymentIsProcessing = false;
8584
8685
const { paymentMethod, error } =
@@ -123,10 +122,6 @@ const checkout = async () => {
123122
axios
124123
.post("/api/purchase", finalCustomerDetails)
125124
.then((response) => {
126-
127-
console.log("Response ..: ", response)
128-
129-
130125
if (response.statusText === "Created") {
131126
localState.paymentIsProcessing = false;
132127
store.clearCart();

0 commit comments

Comments
 (0)