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 4b9220c89e - Show all commits
+1 -1
View File
@@ -285,7 +285,7 @@ class PagesController extends Controller
// Configure mPDF to use a writable directory
$config = [
'tempDir' => storage_path('temp')
'temp_dir' => storage_path('temp')
];
if (!file_exists(storage_path('temp'))) {
mkdir(storage_path('temp'), 0755, true);