Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Payment.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ <h2>Make a Payment</h2>
<div class="container">
<form action="/action_page.php" method="POST" target="_self">
<!-- Contributor @24Taylor:
* Updated Form to include Method="POST" to ensure sensitive information captured on the payment page form is not visible in the URL once form has been submitted
* Also Updated Form element so that the 'result' page for submitting the form/ clicking on the "continue to checkout" button, opens in the same tab instead of a different one-->
* Updated Form to include Method="POST" to ensure sensitive information captured on the payment page form is not visible in the URL once the form has been submitted
* Also Updated Form element so that the 'result' page for submitting the form/ by clicking on the "continue to checkout" button, it opens in the same tab instead of a different one-->
<div class="row">
<div class="col-50">
<h3>Billing Address</h3>
Expand Down