Skip to content

Commit

Permalink
change template mappings for badges
Browse files Browse the repository at this point in the history
  • Loading branch information
abhigyanghosh30 committed Oct 8, 2023
1 parent 32c534b commit c2a1f01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webapp/shop/api/credly/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ def __init__(
self.session = session
self.auth_token = auth_token
self.badge_template_dict = {
4190: "3d3a19a1-324c-48fa-aa55-60f66c0dcca6",
4194: "3d3a19a1-324c-48fa-aa55-60f66c0dcca6",
4223: "3d3a19a1-324c-48fa-aa55-60f66c0dcca6",
4190: "d452b185-8eaa-4639-88ad-3afd41029251",
4194: "d452b185-8eaa-4639-88ad-3afd41029251",
4223: "d452b185-8eaa-4639-88ad-3afd41029251",
}

def make_request(
Expand Down

0 comments on commit c2a1f01

Please sign in to comment.