forked from LiveCarta/PayPal-PHP-Server-SDK
0.6.1 (#16)
* Automated commit message * Automated commit message --------- Co-authored-by: PayPalServerSDKs <server-sdks@paypal.com>
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user