const { Component, Fragment } = require('inferno'); const { cacheComponent } = require('../util/cache'); class Paypal extends Component { render() { const { title, business, currencyCode } = this.props; if (!business || !currencyCode) { return
business
or currency_code
for Paypal.
Please set it in _config.yml
.