PostalPoint_Plugins/docs/Examples/05CryptoProcessor.md

11 lines
313 B
Markdown
Raw Normal View History

# Cryptocurrency Payments
This plugin template shows how to implement a cryptocurrency payment processor,
using the customer-facing display to show a payment QR code webpage.
[Download JavaScript](crypto-processor/plugin.js)
```js title="plugin-name/plugin.js"
--8<-- "Examples/crypto-processor/plugin.js"
```