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

Add new payment method: Australian PayID #4743

Merged
merged 2 commits into from
Nov 3, 2020

Conversation

ripcurlx
Copy link
Contributor

@ripcurlx ripcurlx commented Nov 3, 2020

See #4078 for details.

I had to create my own branch as I wasn't able to push to the PR and I had to cherry-pick the original commit as it wasn't signed by @mercurytoxic.

Tested it on Regtest and works still with the old test trade on Mainnet.

Copy link
Member

@sqrrm sqrrm left a comment

Choose a reason for hiding this comment

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

utACK

@chimp1984
Copy link
Contributor

Please add the an "AUSTRALIA_PAYID" entry in TradeStatistics3.PaymentMethodMapper enum

public void setPayID(String payid)
{

public void setPayid(String payid) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Our naming convention would be: setPayId and payId
Would require also changes in the protobuf

Copy link
Member

Choose a reason for hiding this comment

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

I think payid is one word in this case. It's not an id as part of bisq, just the name of the payment method.

Copy link
Contributor

Choose a reason for hiding this comment

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

True. They use PayID... anyway not sure whats best here, but also not really important...

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I had it like that before, but I agree with @sqrrm that it is actually a brand name and should be without camelcase in that case.

@ripcurlx
Copy link
Contributor Author

ripcurlx commented Nov 3, 2020

Please add the an "AUSTRALIA_PAYID" entry in TradeStatistics3.PaymentMethodMapper enum

It was already added by you as there was a live trade on Mainnet by the dev 😉

@chimp1984
Copy link
Contributor

Please add the an "AUSTRALIA_PAYID" entry in TradeStatistics3.PaymentMethodMapper enum

It was already added by you as there was a live trade on Mainnet by the dev 😉

Ah, true ;-)

@ripcurlx ripcurlx merged commit 75f7907 into bisq-network:master Nov 3, 2020
@ripcurlx ripcurlx added this to the v1.5.0 milestone Nov 9, 2020
@ripcurlx ripcurlx deleted the add-australian-payid branch July 16, 2021 07:13
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.

4 participants