Skip to content

Commit

Permalink
Update for removed Traits properties
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Oct 31, 2023
1 parent f835d88 commit 471ae54
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require": {
"php": ">=8.1",
"ext-json": "*",
"geoip2/geoip2": "^v3.0.0-alpha2",
"geoip2/geoip2": "^v3.0.0-alpha3",
"maxmind/web-service-common": "^0.9.0",
"respect/validation": "~2.1"
},
Expand Down
1 change: 0 additions & 1 deletion tests/MaxMind/Test/MinFraud/Model/InsightsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ public function testInsightsProperties(): void
'isAnonymousVpn',
'isHostingProvider',
'isPublicProxy',
'isSatelliteProvider',
'isTorExitNode',
] as $property) {
$this->assertTrue($insights->ipAddress->traits->{$property});
Expand Down
1 change: 0 additions & 1 deletion tests/data/minfraud/factors-response.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@
"is_anonymous_vpn": true,
"is_hosting_provider": true,
"is_public_proxy": true,
"is_satellite_provider": true,
"is_tor_exit_node": true,
"isp": "Andrews & Arnold Ltd",
"mobile_country_code": "310",
Expand Down
1 change: 0 additions & 1 deletion tests/data/minfraud/insights-response.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@
"is_anonymous_vpn": true,
"is_hosting_provider": true,
"is_public_proxy": true,
"is_satellite_provider": true,
"is_tor_exit_node": true,
"isp": "Andrews & Arnold Ltd",
"mobile_country_code": "310",
Expand Down

0 comments on commit 471ae54

Please sign in to comment.