Skip to content

Commit

Permalink
Merge pull request #394 from tarenjk24/patch-2
Browse files Browse the repository at this point in the history
Update cart.html
  • Loading branch information
larymak committed Jul 30, 2024
2 parents fd931fb + 5d92aa7 commit 2642a1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions FLASK PROJECTS/E-commerce/templates/cart.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ <h2 class="text-center my-4">Your Cart</h2>
<td class="text-end">{{ row.name }}</td>
<td class="text-end">{{ row.quantity }}</td>
<td class="text-end">{{ row.price }}</td>
<!-- Stripe payment link -->
<td class="text-end" > <a href="https://buy.stripe.com/test_4gwdRtfcFcU3eVGfYY?locale=en-GB&__embed_source=1">Pay with Stripe</a></td>

</tr> {% endfor %}
</tbody>
</table>
Expand Down

0 comments on commit 2642a1b

Please sign in to comment.