Skip to content

Instantly share code, notes, and snippets.

@t-rekttt
Created May 24, 2018 05:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save t-rekttt/3256ec94256d70dd824c8b29c62f0af9 to your computer and use it in GitHub Desktop.
Save t-rekttt/3256ec94256d70dd824c8b29c62f0af9 to your computer and use it in GitHub Desktop.
public static Task TopUpSuccessfulNotification(double amount)
{
return APIService.Get(string.Concat(new object[] { "subscriber/etopup/", Settings.CurrentUser.Msisdn, "/", amount }));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment