import QRCode from 'qrcode.react'; import React, { Component } from 'react'; interface Props { paymentAddress: string | null; destinationAmount: number; } export default class BitcoinQR extends Component { public render() { const { paymentAddress, destinationAmount } = this.props; return (

Orders that take too long will have to be processed manually & and may delay the amount of time it takes to receive your coins.
Please use the recommended TX fees seen here.

); } }