Skip to content

Commit

Permalink
Updated Google Pay url
Browse files Browse the repository at this point in the history
  • Loading branch information
derekantrican committed May 9, 2019
1 parent a8138bb commit 0dd4492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions YouTubeSubscriptionDownloader/Windows/SettingsWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ private async void AuthorizePocket()

private void PictureBoxGoogleWallet_Click(object sender, EventArgs e)
{
MessageBox.Show("Thank you for being kind enough to choose Google Pay! Please put \"derekantrican@gmail.com\" as the recipient"); //This is temporary - we should get a better URL like the PayPal one below (or a different method)
Process.Start("https://pay.google.com/send/send?authuser=0");
MessageBox.Show("Thank you for choosing Google Pay! Please put \"derekantrican@gmail.com\" as the recipient"); //This is temporary - we should get a better URL like the PayPal one below (or a different method)
Process.Start("https://pay.google.com/payments/u/0/home#sendRequestMoney");
}

private void PictureBoxPayPal_Click(object sender, EventArgs e)
Expand Down

0 comments on commit 0dd4492

Please sign in to comment.