Skip to content

Commit bb3a7cf

Browse files
rename call_hook to call_hook_agw
1 parent 6d070d3 commit bb3a7cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/sap_cloud_sdk/extensibility/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ def call_hook(
419419
Module.EXTENSIBILITY,
420420
Operation.EXTENSIBILITY_CALL_HOOK,
421421
)
422-
async def call_hook(
422+
async def call_hook_agw(
423423
self,
424424
hook: Hook,
425425
user_token: Optional[str] = None,
@@ -464,7 +464,7 @@ async def call_hook(
464464
impl = client.get_extension_capability_implementation(tenant="tenant-abc")
465465
466466
if impl.hooks:
467-
result = await client.call_hook(
467+
result = await client.call_hook_agw(
468468
hook=impl.hooks[0],
469469
user_token="my-user-token",
470470
message=my_message,

0 commit comments

Comments
 (0)