You already paid for this, clicking "Confirm payment" will not cost money again.
: )} {(this.state.checkPayError ?{this.state.checkPayError}
: )}There was an error paying (attempt #{this.state.payAttempt}):
{JSON.stringify(this.state.confirmPayError)}{ this.state.abortStarted ? Aborting payment ... : this.state.abortDone ? Payment aborted! : <> > }
The total price is {amount}{" "} (plus {renderAmount(this.state.payStatus.coinSelection.totalFees)} fees).
:The total price is {amount}.
} { this.state.confirmPayError ? PayErrorDialog() : ConfirmPayDialog() }