Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Disable DLP Store Integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Sina Jalali authored and Sina Jalali committed Dec 8, 2023
1 parent 6de55d1 commit 88ff721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/procurement_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def approve_entitlement(self, account_id, entitlement_id):
name = self._get_entitlement_name(entitlement_id)
request = self.service.providers().entitlements().approve(name=name, body={})
request.execute()
self.add_entitlement_to_dlp_store(account_id, entitlement_id)
# self.add_entitlement_to_dlp_store(account_id, entitlement_id)

def add_entitlement_to_dlp_store(self, account_id, entitlement_id):
resp = requests.get(
Expand Down

0 comments on commit 88ff721

Please sign in to comment.