1
0
* Automated commit message

* Automated commit message

---------

Co-authored-by: PayPalServerSDKs <server-sdks@paypal.com>
This commit is contained in:
Dani Kirby
2024-11-25 13:17:37 -06:00
committed by GitHub
parent de24c9e488
commit cf6ca18307
47 changed files with 2091 additions and 857 deletions

View File

@@ -94,6 +94,15 @@ class CardVerificationDetailsBuilder
return $this;
}
/**
* Sets three d secure field.
*/
public function threeDSecure($value): self
{
$this->instance->setThreeDSecure($value);
return $this;
}
/**
* Initializes a new card verification details object.
*/