% const business = get_config_from_obj(service, 'business'); const currency_code = get_config_from_obj(service, 'currency_code'); if (business && currency_code) { %> <%= __('donate.' + type) %>
<% } else { %>business
and currency_code
for Paypal. Please set it in _config.yml
.