Skip to content

Commit

Permalink
update domain name (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kennyinspire authored Feb 16, 2024
1 parent 819b350 commit 613ffa0
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2022 Smile Identity, https://github.com/smileidentity/smile-identity-core-php <info@smileidentity.com>
Copyright (c) 2022 Smile Identity, https://github.com/smileidentity/smile-identity-core-php <info@usesmileid.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"authors": [
{
"name": "Smile Identity",
"email": "support@smileidentity.com"
"email": "support@usesmileid.com"
}
],
"require": {
Expand Down
2 changes: 1 addition & 1 deletion examples/biometric_kyc.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// Autoload the dependencies
require 'vendor/autoload.php';

// See https://docs.smileidentity.com/server-to-server/php/products/biometric-kyc for
// See https://docs.usesmileid.com/server-to-server/php/products/biometric-kyc for
// how to setup and retrieve configuation values for the SmileIdentityCore class.

$partner_id = '<Put your partner ID here>';
Expand Down
2 changes: 1 addition & 1 deletion examples/business_verification.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Autoload the dependencies
require 'vendor/autoload.php';

// See https://docs.smileidentity.com/products/for-businesses-kyb/business-verification for
// See https://docs.usesmileid.com/products/for-businesses-kyb/business-verification for
// more information on business verification

$partner_id = '<Put your partner ID here>';
Expand Down
2 changes: 1 addition & 1 deletion examples/document_verification.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// Autoload the dependencies
require 'vendor/autoload.php';

// See https://docs.smileidentity.com/server-to-server/php/products/document-verification for
// See https://docs.usesmileid.com/server-to-server/php/products/document-verification for
// how to setup and retrieve configuation values for the SmileIdentityCore class.

$partner_id = '<Put your partner ID here>';
Expand Down
2 changes: 1 addition & 1 deletion examples/enhanced_document_verification.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// Autoload the dependencies
require 'vendor/autoload.php';

// See https://docs.smileidentity.com/server-to-server/php/products/document-verification for
// See https://docs.usesmileid.com/server-to-server/php/products/document-verification for
// how to setup and retrieve configuation values for the SmileIdentityCore class.

$partner_id = '<Put your partner ID here>';
Expand Down
2 changes: 1 addition & 1 deletion examples/enhanced_kyc.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Autoload the dependencies
require 'vendor/autoload.php';

// See https://docs.smileidentity.com/server-to-server/php/products/enhanced-kyc for
// See https://docs.usesmileid.com/server-to-server/php/products/enhanced-kyc for
// how to setup and retrieve configuation values for the IdApi class.

$partner_id = '<Put your partner ID here>';
Expand Down
2 changes: 1 addition & 1 deletion examples/smart_selfie_authentication.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// Autoload the dependencies
require 'vendor/autoload.php';

// See https://docs.smileidentity.com/server-to-server/php/products/smartselfie-tm-authentication for
// See https://docs.usesmileid.com/server-to-server/php/products/smartselfie-tm-authentication for
// how to setup and retrieve configuation values for the SmileIdentityCore class.

$partner_id = '<Put your partner ID here>';
Expand Down

0 comments on commit 613ffa0

Please sign in to comment.