1
0

Automated commit message

This commit is contained in:
PayPalServerSDKs
2024-11-21 17:43:29 +00:00
parent de24c9e488
commit 00fde18df4
48 changed files with 2092 additions and 858 deletions

View File

@@ -177,7 +177,7 @@ class ShippingDetails implements \JsonSerializable
$json['phone_number'] = $this->phoneNumber;
}
if (isset($this->type)) {
$json['type'] = FullfillmentType::checkValue($this->type);
$json['type'] = FulfillmentType::checkValue($this->type);
}
if (isset($this->options)) {
$json['options'] = $this->options;