feat: integrate North Embedded Checkout for bidder payments #1

Merged
rlong merged 26 commits from feature/north-embedded-checkout into master 2026-05-01 10:20:22 -04:00
Showing only changes of commit 6ccb754e0c - Show all commits
+2 -2
View File
@@ -3,7 +3,7 @@
@section('content')
<style>
#checkout-container {
min-height: 1600px;
min-height: 800px;
width: 100%;
margin-top: 20px;
}
@@ -11,7 +11,7 @@
/* Ensure the iframe inside the container takes full width */
#checkout-container iframe {
width: 100% !important;
min-height: 600px !important;
min-height: 800px !important;
}
</style>
<div class="container">