mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Add missing method for webhook
This commit is contained in:
parent
6d92f9ea5e
commit
d064b8a581
@ -99,4 +99,9 @@ class RazorpayPaymentDriver extends BaseDriver
|
||||
{
|
||||
return \number_format((float) $amount * 100, 0, '.', '');
|
||||
}
|
||||
|
||||
public function processWebhookRequest(): void
|
||||
{
|
||||
//
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user