芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/bit-alphas-ltd.com/user/project/vendor/razorpay/razorpay/src/PaymentPage.php
getEntityUrl() . $id . '/activate'; return $this->request('PATCH', $relativeUrl); } public function deactivate($id) { $relativeUrl = $this->getEntityUrl() . $id . '/deactivate'; return $this->request('PATCH', $relativeUrl); } }