Google wallet merchant settings URL - android-pay

Sorry for the silly question but I cannot find the URL to get to google wallet merchant settings. I got an email saying I need to update tax info but I cant find the place to do so

Try https://wallet.google.com/merchant/, then click on Merchant Settings in left hand margin, then click on Tax Information at top menu line.

Related

Configure contact email in chrome web store

I can't publish my chrome extension because it says "You must provide a contact email before you can publish any item."
I entered my E-Mail Address but it still does not work. Does anyone know how to configure that?
I published extensions successfully in the past, but apparently there was a policy change.
Here is the error message:
And here the config i did:
They overhauled their dashboard and this was hella confusing for me.
You need to click the header, and then account, and then you can find the email address here:
I faced same issue but it works after re-login.
As aforementioned by Haru you'll need to re-login to fix it. To itemize, here is how you can fix it:
Head to your Google Chrome Developer Dashboard
On the top left, click on the collapsible menu (three bars icon)
Choose the second option: "account"
Under the heading "Profile" add your email.
On the top right, click on your profile picture.
A small screen will popup. Choose the option at the bottom: "logout"
Now when you login it will be working as expected.

Direct link to newsletter - kentico 9

We are using kentico 9 at work for our website.
You can subscribe to our newsletter using a "box" which is integrated all the way down on our homepage.
However, I would like to have the opportunity to share a direct subscription link on social media so people can click on it and subscribe to the newsletter.
Now, I have to invite people to go on our website and to go down the page to subscribe which is inconvenient (nobody is going to do this).
I can't find a way to get a direct link (I'm not a developer).
Does anybody know how I could do it ?
Thanks in advance ! :D
Anne
If someone want to subscribe to newsletter, he/she must provide you with email address and I'm not sure that can be done with direct link, because you are not aware of user email address (your target group is unknown group from social media).
You can set up anchor in 'subscribe to newsletter' link, which will automatically scroll down your page to box at the bottom, but I don't think that is the best solution. Maybe, to create a new content page, with only purpose to subscribe users to newsletter (have some introduction text, and widget for 'newsletter' where users can subscribe). I don't know is that what you are looking for, but it is nicer solution then asking people to scroll down and subscribe to newsletter.
Best regards,
Dragoljub
My suggestion would be to create a specific landing page with that signup form on it. This way you can have a link you share in social media that takes them directly to that page and allows them to put in their info (first, last and email) and sign up for that specific newsletter. This way it's a specific call to action on that page and allows for the user to only do one thing.

How to delete the Logs on Stripe in a test environment

I am using Stripe to carry out some test transactions on supposed customers from a CodeIgniter application.
For some reason, to re-create a Stripe > Plan with the same old id and name online or to re-enter the Stripe customer into the Stripe > Customers
through the API I have to clear the test data. When I clear the test data it clears the test data except the Logs.
Now what happens when I re-create a Stripe > Plan, it automatically gets the deleted customer from the Logs. As I don't need the old customer in the plan as I might have changed its credentials.
So how to delete/clear the Logs on Stripe in a test environment?
This is an older question, but a Google search brought me here, requiring an answer after my own trial and error (correct solution may have changed over time).
Login to the Stripe dashboard
Choose "Business Settings" on the bottom-left of the page.
Choose "Data" on the left menu.
Select the gray "Delete all test data..." button.
Select the red "Delete Now" button on the confirmation modal.
It may ask to confirm your password before proceeding.
As of May 2, 2020, this has moved again.
Log into the Stripe Dashboard
Go to the Developers tab in the left sidebar
Scroll to the bottom
Click "Delete all test data..."
As of Nov 21, 2019, the process is similar to Christopher Stevens answer, however things have moved around a little.
Login to the Stripe Dashboard
Click Settings in bottom left corner
Scroll to the Compliance and reporting section (at bottom of page)
Click the Data link
At bottom of page you should see after "Test data:" a button that says "Delete all test data..."
Stripe changes the UI often enough, that this answer will likely require ongoing maintenance.
Im not sure why but for me I had to go into "Developers" on the left hand menu. On the next screen at the very bottom there is a section to remove Test Data.
As of August 8, 2020:
Go to your account, toggle "viewing test data" to ensure it's enabled.
Click on "Developers" on the sidebar.
At the bottom there is a section for "Test data". Hit the "Delete all test data..." button.
Check your Account Setting (upper right corner) > data.
The last option says: "Test Data: Delete all test data..."
Got it from Robin Thebe on wpguru.com: "How to delete Stripe test data"
After trial and error I came to know that in the Stripe interface there is no way to get rid of the logs, maybe it is due to give security in the pro environment. However I found out that there is an option to just make another account under the same stripe-user-email. On the creation of the new account we actually get rid of the logs. And we can just simply delete the old account.
Note: Deletion of an account does not delete you from Stripe. Its just creation of an account with a different name. We can have many accounts with many names.
You can delete all the test data within the 'Developer' tab below: https://dashboard.stripe.com/developers

Issues Claiming A Business On Foursquare

I am trying to claim my business on Foursquare, but when I try to do it by phone both my main local number and main 800# are not working... It's telling me it is unable to verify that phone number?? These are the MAIN phone numbers?? If I try to mail verification, I need to somehow get it mailed to my PO Box (Breckenridge does not have physical mail delivery - ONLY Po Boxes), but when I try to either change the address entirely to the PO Box or just add the PO Box and hit the verify button, nothing happens. I've hit the verify button no less than a dozen times... Nothing. Please help!
It sounds like you should file a ticket with Foursquare's support team:
http://support.foursquare.com/home
They should be able to help you!

Reload/Refresh an ABPersonViewController

In my app, users can view and edit their Address Book contacts. Right now, I'm trying to support iOS 4 backgrounding.
Here's my problem. If a user is viewing a contact, say "John Appleseed" in my app, the user can then switch to the iPhone Address Book, open "John Appleseed," and change his contact info. If the user then switches back to my app, my app's view of John Appleseed is now out of date. I want this view to refresh with the new info. Obviously, the user can close and reopen the contact in-app (or the app can do this programmatically), but this is a less than ideal user experience.
I know this is possible the other way around i.e. user edits contact in-app and switches to the iPhone Address Book and the view auto updates.
I already know how to detect if a change has happened, but I want to be able to refresh the view. I am using an ABPersonViewController. Unfortunately, since this isn't an instance of UITableViewController, I can't just do [self.tableView reloadData]
Thanks in advance for any help on the issue!
If you already know how to get the new contact information as ABRecordRef, then try
yourABPersonViewController.displayedPerson = yourNewABRecordRef;
[yourABPersonViewController.view setNeedsDisplay];

Resources