13.2. 信用卡策略
您还可以定义不同策略所在的其他 URL。要设置它们,请转至 Audience > Billing > credit Card Policies 并设置您的策略页面所在的路径。

要使这些链接正常工作,您将需要在 Developer Portal 中创建新页面。

完成后,您可以使用 URL 的 liquid drop 引用它们。例如:
<a href="{{ urls.credit_card_terms }}">Legal Terms</a> <a href="{{ urls.credit_card_privacy }}">Privacy</a> <a href="{{ urls.credit_card_refunds }}">Refunds</a>
And that’s it!