芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/rentandbuyrealty.com/assets/sources/stripe/Subscription.php
_delete($params, $opts); } /** * @param array|string|null $opts * * @return Subscription The saved subscription. */ public function save($opts = null) { return $this->_save($opts); } /** * @return Subscription The updated subscription. */ public function deleteDiscount() { $url = $this->instanceUrl() . '/discount'; list($response, $opts) = $this->_request('delete', $url); $this->refreshFrom(array('discount' => null), $opts, true); } }