-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add new payment method: Australian PayID #4742
Conversation
…_PayID # Conflicts: # core/src/main/java/bisq/core/proto/CoreProtoResolver.java # proto/src/main/proto/pb.proto
a55e53c
to
0740730
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think payid should be considered one word, more like in the original PR. It's pretty confusing with the PAY_ID_ID and as seen on https://payid.com.au/ they treat it like one word, although with odd capitalization.
@ripcurlx I added some suggestions as examples, but if you agree to change this, all the file names and class names and protobuf names also need to change.
core/src/main/java/bisq/core/payment/payload/AustraliaPayIDPayload.java
Outdated
Show resolved
Hide resolved
core/src/main/java/bisq/core/payment/payload/AustraliaPayIDPayload.java
Outdated
Show resolved
Hide resolved
core/src/main/java/bisq/core/payment/payload/PaymentMethod.java
Outdated
Show resolved
Hide resolved
core/src/main/java/bisq/core/payment/payload/PaymentMethod.java
Outdated
Show resolved
Hide resolved
core/src/main/java/bisq/core/payment/payload/PaymentMethod.java
Outdated
Show resolved
Hide resolved
desktop/src/main/java/bisq/desktop/main/account/content/fiataccounts/FiatAccountsView.java
Outdated
Show resolved
Hide resolved
0740730
to
93ee94a
Compare
93ee94a
to
4ecbff8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK
Superseded by #4743 because of unsigned initial commit. |
See #4078 for details.
I had to create my own branch as I wasn't able to push to the PR.
Tested it on Regtest and works still with the old test trade on Mainnet.