forked from LiveCarta/PayPal-PHP-SDK
Updating model classes to use dynamic config - Moving common classes to sdk-core-php
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace PayPal\Api;
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
*/
|
||||
class ItemList extends Resource {
|
||||
|
||||
@@ -18,6 +18,7 @@ class ItemList extends Resource {
|
||||
|
||||
/**
|
||||
* Getter for items
|
||||
* @return PayPal\Api\Item
|
||||
*/
|
||||
public function getItems() {
|
||||
return $this->items;
|
||||
@@ -33,6 +34,7 @@ class ItemList extends Resource {
|
||||
|
||||
/**
|
||||
* Getter for shipping_address
|
||||
* @return PayPal\Api\ShippingAddress
|
||||
*/
|
||||
public function getShipping_address() {
|
||||
return $this->shipping_address;
|
||||
|
||||
Reference in New Issue
Block a user