Skip to content

Commit

Permalink
Merge pull request #531 from JcMinarro/update-nordigen-base-url
Browse files Browse the repository at this point in the history
Update Nordigen base url
  • Loading branch information
JC5 authored Feb 13, 2024
2 parents 529f913 + a8a1ac4 commit aa81a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/nordigen.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
return [
'id' => env('NORDIGEN_ID', ''),
'key' => env('NORDIGEN_KEY', ''),
'url' => 'https://ob.nordigen.com',
'url' => 'https://bankaccountdata.gocardless.com',
'use_sandbox' => env('NORDIGEN_SANDBOX', false),
'unique_column_options' => [
'external-id' => 'External identifier',
Expand Down

0 comments on commit aa81a86

Please sign in to comment.