Skip to content

Commit

Permalink
adding dev url for form handler for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
willpatera committed Mar 2, 2017
1 parent e19423d commit 4ad7c56
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()

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

$.ajax
type: 'POST'
Expand Down

0 comments on commit 4ad7c56

Please sign in to comment.