<% const business = get_config_from_obj(service, 'business'); const currency_code = get_config_from_obj(service, 'currency_code'); if (business && currency_code) { %>
<% } else { %>
You forgot to set the business and currency_code for Paypal. Please set it in _config.yml.
<% } %>