芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/reginaeigbe.com/folder/admin/tmp/app/Services/PaymentGateway/Razorpay.php
api = new Api($razorpayKeyId, $razorpayKeySecret); } public function createOrder($data) { $response = $this->api->order->create($data); return $response; } public function initilizePatment($data) { $response = $this->createOrder($data); return $response->id; } public function verifyPayment($data) { return $this->api->utility->verifyPaymentSignature($data); } }