/home/desid573/public_html/angel/stripe/lib/ApiOperations
NameSizeModeActions
All.php10190644editdlrm
Create.php7570644editdlrm
Delete.php6550644editdlrm
NestedResource.php35900644editdlrm
Request.php22550644editdlrm
Retrieve.php6710644editdlrm
Update.php12880644editdlrm
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; } }