Skip to content

Commit

Permalink
test: temporarlily adding Spain to the excluded countries list to fac…
Browse files Browse the repository at this point in the history
…ilitate testing
  • Loading branch information
charleslavon committed Mar 5, 2024
1 parent 619ea3a commit 1205625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { NextRequest } from 'next/server';
import { NextResponse } from 'next/server';

//https://www.iban.com/country-codes
const IBAN_BLOCKED_REGIONS = ['CU', 'IR', 'KP', 'SY'];
const IBAN_BLOCKED_REGIONS = ['CU', 'IR', 'KP', 'SY', 'ES']; // Todo remove ES

// Limit middleware triggering to specific routes
export const config = {
Expand Down

0 comments on commit 1205625

Please sign in to comment.