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

Don't ask for SEPA Instant payment when buyer has SEPA account #6416

Merged
merged 1 commit into from
Nov 29, 2022

Conversation

Android-X13
Copy link
Contributor

Fixes #5919

How to reproduce:

  1. Bob creates an offer to buy BTC with his SEPA account
  2. Alice takes Bob's offer with her SEPA Instant account
  3. Bob is then prompted to pay using SEPA Instant Payments instead of simple SEPA

Current code always decides which payment method to request from the buyer based on the seller's account type, so I added a special case for when maker/buyer has SEPA but taker/seller is using SEPA Instant.

Tested on localnet (after it happened to me on mainnet).

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

Copy link
Contributor

@alejandrogarcia83 alejandrogarcia83 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

@alejandrogarcia83 alejandrogarcia83 merged commit 3160342 into bisq-network:master Nov 29, 2022
@ripcurlx ripcurlx added this to the v1.9.7 milestone Dec 1, 2022
@Android-X13 Android-X13 deleted the fix-issue-5919 branch December 2, 2022 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong reference to "Sepa instant" where normal sepa account was selected
3 participants