Skip to content

Commit

Permalink
reverting to prd url for store
Browse files Browse the repository at this point in the history
  • Loading branch information
willpatera committed Mar 2, 2017
1 parent 4ad7c56 commit 7a94e8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/coffeescript/pupil_store.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -530,8 +530,8 @@ class PupilStore
$("textarea[id='cartObject']").val(JSON.stringify(products))
formData = $(form).serialize()

dev_url = "https://script.google.com/macros/s/AKfycbyPEqIjIfyWR09vPhd5HcP7jB9KIjng0YzEwo2tjWOk8aEscM4/exec"
url = dev_url
prd_url = "https://script.google.com/macros/s/AKfycbx8LH0V-1gd_JSCbQItjtGlTQCNhNpWwFVd7IkW0E_uzmQj1pWP/exec"
url = prd_url

$.ajax
type: 'POST'
Expand Down

0 comments on commit 7a94e8a

Please sign in to comment.