-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a8138bb
commit 0dd4492
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 \"[email protected]\" 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 \"[email protected]\" 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) | ||
|