Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Payment request doesn't have a concept of processing status, goes immediately to settled for on-chain payments #5297

Closed
1 task done
pavlenex opened this issue Sep 7, 2023 · 1 comment · Fixed by #5309
Assignees
Labels
Bug good first issue Payment Request Related to Payment Request feature in BTCPay
Milestone

Comments

@pavlenex
Copy link
Contributor

pavlenex commented Sep 7, 2023

What is your BTCPay version?

BTCPay Server v1.11.2+1c5fcfe09

How did you deploy BTCPay Server?

Docker

What happened?

When a payment request is paid on-chain, the status doesn't get to processing instead goes to settled.

Two problems:

  1. We don't recognize the processing status in payment request
  2. In payment details, we do use processing but it's designed as settled, should use the same design/style as processing label in invoice view.

How did you encounter this bug?

  1. Create a payment request
  2. Pay on-chain
  3. Check the payment request view

Relevant log output

No response

What browser do you use?

Safari 15.00

Additional information

Screenshot 2023-09-07 at 13 56 23
Screenshot 2023-09-07 at 14 01 08

Are you sure this is a bug report?

  • I confirm this is a bug report
@pavlenex pavlenex added Bug good first issue Payment Request Related to Payment Request feature in BTCPay labels Sep 7, 2023
@pavlenex pavlenex added this to the 1.11.x milestone Sep 7, 2023
@dennisreimann dennisreimann self-assigned this Sep 10, 2023
dennisreimann added a commit to dennisreimann/btcpayserver that referenced this issue Sep 10, 2023
dennisreimann added a commit to dennisreimann/btcpayserver that referenced this issue Sep 10, 2023
dennisreimann added a commit to dennisreimann/btcpayserver that referenced this issue Sep 11, 2023
dennisreimann added a commit to dennisreimann/btcpayserver that referenced this issue Sep 12, 2023
@Mickledmoore

This comment has been minimized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug good first issue Payment Request Related to Payment Request feature in BTCPay
Projects
Development

Successfully merging a pull request may close this issue.

4 participants
@dennisreimann @pavlenex @Mickledmoore and others