Skip to content

Commit

Permalink
Update NotificationsController.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
matmiranda authored Dec 3, 2018
1 parent cd66b2a commit 9abdb26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WirecardCSharp/Controllers/NotificationsController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public async Task<NotificationResponse> CreateApp(NotificationRequest body)
/// Criar Preferência de Notificação para App - Create Notification Preference for App
/// </summary>
/// <param name="body"></param>
/// <param name="app_id">Código identificador do App. Exemplo: APP-3984HG73HE9</param>
/// <param name="app_id">Código identificador do App. Exemplo: APP-3984HG73HE92</param>
/// <returns></returns>
public async Task<NotificationResponse> CreateApp(NotificationRequest body, string app_id)
{
Expand Down

0 comments on commit 9abdb26

Please sign in to comment.