{% extends "base.html" %} {% block title %}Square connected{% endblock %} {% comment %} Shown instead of the usual redirect when the Square OAuth round trip started inside the app (see SquareCallbackView._done). The app opens this flow in an in-app browser view, which has no way to know the merchant is finished, so we close it for them with a deep link the app already handles. The web link below is the page the browser would otherwise have been redirected to -- it keeps this page from being a dead end if the deep link doesn't fire. {% endcomment %} {% block content %}

Square account connected

{% if seller.payer_email %}{{ seller.payer_email }} is{% else %}Your Square account is{% endif %} now linked. You can take payments on this device.

Return to the app

Or keep going here on the website

{% endblock %}