feat: include products in checkout and increase form container size

This commit is contained in:
2026-05-01 08:41:58 -04:00
parent 9587c44657
commit 68f75ac2fc
2 changed files with 23 additions and 1 deletions
+13
View File
@@ -1,6 +1,19 @@
@extends('layouts.app')
@section('content')
<style>
#checkout-container {
min-height: 600px;
width: 100%;
margin-top: 20px;
}
/* Ensure the iframe inside the container takes full width */
#checkout-container iframe {
width: 100% !important;
min-height: 600px !important;
}
</style>
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">