forked from LiveCarta/PayPal-PHP-SDK
Samples for All Invoice Operations including QR Code
- Invoice search method is static now - Shipping Info has proper Phone Params - Small Changes to Image Class - Updated Sample Docs
This commit is contained in:
@@ -14,6 +14,7 @@ use PayPal\Common\PPModel;
|
||||
* @property string first_name
|
||||
* @property string last_name
|
||||
* @property string business_name
|
||||
* @property \PayPal\Api\Phone phone
|
||||
* @property \PayPal\Api\Address address
|
||||
*/
|
||||
class ShippingInfo extends PPModel
|
||||
@@ -166,6 +167,7 @@ class ShippingInfo extends PPModel
|
||||
*
|
||||
*
|
||||
* @param \PayPal\Api\Phone $phone
|
||||
* @return $this
|
||||
*/
|
||||
public function setPhone($phone)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user