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:
@@ -88,7 +88,7 @@ class OrderBuilder
|
||||
/**
|
||||
* Sets processing instruction field.
|
||||
*/
|
||||
public function processingInstruction(?string $value): self
|
||||
public function processingInstruction($value): self
|
||||
{
|
||||
$this->instance->setProcessingInstruction($value);
|
||||
return $this;
|
||||
|
||||
Reference in New Issue
Block a user