/home/desid573/public_html/angel/stripe/lib/ApiOperations
Edit: /home/desid573/public_html/angel/stripe/lib/ApiOperations/Update.php (1288B)
json, $opts);
$obj->setLastResponse($response);
return $obj;
}
/**
* @param array|string|null $opts
*
* @return static The saved resource.
*/
public function save($opts = null)
{
$params = $this->serializeParameters();
if (count($params) > 0) {
$url = $this->instanceUrl();
list($response, $opts) = $this->_request('post', $url, $params, $opts);
$this->refreshFrom($response, $opts);
}
return $this;
}
}