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:
@@ -1096,7 +1096,7 @@ class Invoice extends ResourceModel
|
||||
* @param PPRestCall $restCall is the Rest Call Service that is used to make rest calls
|
||||
* @return InvoiceSearchResponse
|
||||
*/
|
||||
public function search($search, $apiContext = null, $restCall = null)
|
||||
public static function search($search, $apiContext = null, $restCall = null)
|
||||
{
|
||||
ArgumentValidator::validate($search, 'search');
|
||||
$payLoad = $search->toJSON();
|
||||
|
||||
Reference in New Issue
Block a user