Add missing method for webhook
This commit is contained in:
parent
6d92f9ea5e
commit
d064b8a581
1 changed files with 5 additions and 0 deletions
|
|
@ -99,4 +99,9 @@ class RazorpayPaymentDriver extends BaseDriver
|
|||
{
|
||||
return \number_format((float) $amount * 100, 0, '.', '');
|
||||
}
|
||||
|
||||
public function processWebhookRequest(): void
|
||||
{
|
||||
//
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue