mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 10:17:30 -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, '.', '');
|
return \number_format((float) $amount * 100, 0, '.', '');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function processWebhookRequest(): void
|
||||||
|
{
|
||||||
|
//
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user