{% if contribution.type == amo.CONTRIB_INAPP %} {% trans support_url=url('support', contribution.pk, 'author') %} If you are unsatisfied with your purchase, you may request a refund from the developer for up to 60 days. If you are having difficulty using the app, we encourage you to ask the developer for support before requesting a refund. {% endtrans %} {% else %} {% trans support_url=url('support', contribution.pk, 'author') %} If you are unsatisfied with your purchase, you may request a refund from the developer for up to 60 days. Requests within 30 minutes after purchase are automatically granted. If you are having difficulty using the app, we encourage you to ask the developer for support before requesting a refund. {% endtrans %} {% endif %}
{{ _('Continue') }} {{ _('or') }} {{ _('Cancel') }}