Constructor
new Paypal()
Example
<Paypal
title="******"
business="******"
currencyCode="******" />
Members
(static) Cacheable
Cacheable Paypal donation JSX component.
This class is supposed to be used in combination with the locals
hexo filter
(module:hexo/filter/locals).
- Source:
- See:
Example
<Paypal.Cacheable
donate={{ type: 'paypal', business: '******' currency_code: '******' }}
helper={{ __: function() {...} }} />