forked from LiveCarta/PayPal-PHP-Server-SDK
Release 0.7.0
Beta Release 0.7.0 including: - Bug fixes - Updated model/function names - Updated models to reflect changes in APIs
This commit is contained in:
@@ -32,7 +32,10 @@ class BancontactPaymentRequestBuilder
|
||||
}
|
||||
|
||||
/**
|
||||
* Initializes a new bancontact payment request Builder object.
|
||||
* Initializes a new Bancontact Payment Request Builder object.
|
||||
*
|
||||
* @param string $name
|
||||
* @param string $countryCode
|
||||
*/
|
||||
public static function init(string $name, string $countryCode): self
|
||||
{
|
||||
@@ -41,6 +44,8 @@ class BancontactPaymentRequestBuilder
|
||||
|
||||
/**
|
||||
* Sets experience context field.
|
||||
*
|
||||
* @param ExperienceContext|null $value
|
||||
*/
|
||||
public function experienceContext(?ExperienceContext $value): self
|
||||
{
|
||||
@@ -49,7 +54,7 @@ class BancontactPaymentRequestBuilder
|
||||
}
|
||||
|
||||
/**
|
||||
* Initializes a new bancontact payment request object.
|
||||
* Initializes a new Bancontact Payment Request object.
|
||||
*/
|
||||
public function build(): BancontactPaymentRequest
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user