Skip to content

Commit

Permalink
altPhone updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dedanade authored Apr 17, 2021
1 parent ae7a668 commit ea28d36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions embed-js.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ if (creaEmbedOrderForm)
const state = (document.getElementById("embedState") || {}).value;
const area = (document.getElementById("embedArea") || {}).value;
const phone = (document.getElementById("embedPhone") || {}).value;
const altphone = (document.getElementById("embedPhone2") || {}).value;
const altPhone = (document.getElementById("embedPhone2") || {}).value;
const qty = (document.getElementById("embedQty") || {}).value;
const size = (selectSizes.options[selectSizes.selectedIndex] || {}).value;
const colour = (selectColours.options[selectColours.selectedIndex] || {})
Expand Down Expand Up @@ -140,7 +140,7 @@ if (creaEmbedOrderForm)
state,
area,
phone,
altphone,
altPhone,
productEmbedQty,
productEmbedTotal,
colour,
Expand All @@ -163,7 +163,7 @@ const createOrderAPI = async (
state,
area,
phone,
altphone,
altPhone,
qty,
total,
colour,
Expand All @@ -183,7 +183,7 @@ const createOrderAPI = async (
state,
area,
phone,
altphone,
altPhone,
qty,
total,
colour,
Expand Down

0 comments on commit ea28d36

Please sign in to comment.