Skip to content

Commit

Permalink
And a bit more refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanruzak committed Dec 15, 2023
1 parent c8003b7 commit d678f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Expand Up @@ -103,7 +103,7 @@ public function transfer($body, $type = 'xml')
if ($this->isLiveMode()) {
$url = 'https://www.finn.no/finn/import/fileimport';
} else {
// Test mode.
// Test mode.
$url = 'https://import.finn.no/finn/import/fileimport';
$headers = [
'Authorization' => 'Basic '. base64_encode('partner:testimport'),
Expand Down

0 comments on commit d678f86

Please sign in to comment.