Skip to content
Extraits de code Groupes Projets
Valider 976f9a64 rédigé par aya zouity's avatar aya zouity
Parcourir les fichiers

resolve issues

1 requête de fusion!81MYD-640 /Add a methode to get Referred PromoCode By Uid
Pipeline #8522 réussi avec les étapes
in 58 secondes
......@@ -227,6 +227,7 @@ public class ExternalApiServiceImpl implements ExternalApiService {
}
}
public GiftCardDTO getGiftCardById(Long productId) {
String url = nameUrl.getAddonsService() + NameUri.ADDONS + AddonsServicePath.getGiftCardById(productId);
......@@ -264,6 +265,8 @@ public class ExternalApiServiceImpl implements ExternalApiService {
} catch (Exception e) {
throw new TechnicalException("Error while fetching referred promo codes for UID: " + uid);
}
}
}
0% ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter