Skip to content

Commit

Permalink
Update m5-p1-s2-checkout.html
Browse files Browse the repository at this point in the history
  • Loading branch information
divanov11 authored May 18, 2020
1 parent fe44186 commit d179596
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion m5-p1-s2-checkout.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,12 @@ <h5>Total: ${{order.get_cart_total|floatformat:2}}</h5>
document.getElementById('form-button').classList.add("hidden");
document.getElementById('payment-info').classList.remove("hidden");
})


/*
document.getElementById('make-payment').addEventListener('click', function(e){
submitFormData()
})
*/

function submitFormData(){
console.log('Payment button clicked')
Expand Down

0 comments on commit d179596

Please sign in to comment.