add epay hooks

This commit is contained in:
2023-12-08 13:29:37 -05:00
parent cd10a98dcc
commit e86346f837
9 changed files with 426 additions and 8 deletions

View File

@ -63,5 +63,11 @@ HRESULT platform_hook_init(
return hr;
}
hr = epay_hook_init(&cfg->epay);
if (FAILED(hr)) {
return hr;
}
return S_OK;
}