diff --git a/app/PaymentDrivers/RazorpayPaymentDriver.php b/app/PaymentDrivers/RazorpayPaymentDriver.php index 73e0827a1ed4..927ca27805d4 100644 --- a/app/PaymentDrivers/RazorpayPaymentDriver.php +++ b/app/PaymentDrivers/RazorpayPaymentDriver.php @@ -85,15 +85,9 @@ class RazorpayPaymentDriver extends BaseDriver return $this->payment_method->paymentResponse($request); } - public function refund(Payment $payment, $amount, $return_client_response = false) - { - return $this->payment_method->yourRefundImplementationHere(); - } + public function refund(Payment $payment, $amount, $return_client_response = false) {} - public function tokenBilling(ClientGatewayToken $cgt, PaymentHash $payment_hash) - { - return $this->payment_method->yourTokenBillingImplmentation(); - } + public function tokenBilling(ClientGatewayToken $cgt, PaymentHash $payment_hash) {} /** * Convert the amount to the format that Razorpay supports.