Return true for null response

This commit is contained in:
siddick
2014-03-28 22:41:23 +05:30
parent a3aba308f4
commit 699d6b86f1
2 changed files with 7 additions and 7 deletions

View File

@@ -469,7 +469,7 @@ class CreditCard extends PPModel implements IResource {
}
$call = new PPRestCall($apiContext);
$json = $call->execute(array('PayPal\Rest\RestHandler'), "/v1/vault/credit-card/{$this->getId()}", "DELETE", $payLoad);
return;
return true;
}
/*