Add missing method for webhook

This commit is contained in:
Benjamin Beganović 2021-11-14 11:45:53 +01:00
parent 6d92f9ea5e
commit d064b8a581

View File

@ -99,4 +99,9 @@ class RazorpayPaymentDriver extends BaseDriver
{
return \number_format((float) $amount * 100, 0, '.', '');
}
public function processWebhookRequest(): void
{
//
}
}