feat: integrate North Embedded Checkout for bidder payments

This commit is contained in:
2026-05-01 08:18:26 -04:00
parent e4cccba942
commit b0816231d6
7 changed files with 274 additions and 1 deletions
+6
View File
@@ -42,4 +42,10 @@ return [
'redirect' => env('OIDC_REDIRECT_URI'),
],
'north' => [
'checkout_id' => env('NORTH_CHECKOUT_ID'),
'profile_id' => env('NORTH_PROFILE_ID'),
'private_api_key' => env('NORTH_PRIVATE_API_KEY'),
],
];