mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-29 01:38:39 -04:00
enable floating price offers for cardless cash
This commit is contained in:
parent
97569bad37
commit
88c3f04be0
4 changed files with 24 additions and 36 deletions
|
@ -597,7 +597,6 @@ public final class PaymentMethod implements PersistablePayload, Comparable<Payme
|
|||
}
|
||||
|
||||
public static boolean isFixedPriceOnly(String id) {
|
||||
return id.equals(PaymentMethod.CASH_AT_ATM_ID) ||
|
||||
id.equals(PaymentMethod.HAL_CASH_ID);
|
||||
return id.equals(PaymentMethod.HAL_CASH_ID);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3014,9 +3014,11 @@ payment.tradingRestrictions=Please review the maker's terms and conditions.\n\
|
|||
If you do not meet the requirements do not take this trade.
|
||||
payment.cashAtAtm.info=Cardless Cash: Cardless withdraw at ATM using code\n\n\
|
||||
To use this payment method:\n\n\
|
||||
1. Create a Cardless Cash payment account, lising your accepted banks, regions, or other terms to be shown with the offer.\n\n\
|
||||
1. Create a Cardless Cash payment account, listing your accepted banks, regions, or other terms to be shown with the offer.\n\n\
|
||||
2. Create or take an offer with the payment account.\n\n\
|
||||
3. When the offer is taken, chat with your peer to coordinate a time to complete the payment and share the payment details.\n\n\
|
||||
If the trade amount is above the cash withdrawal limit, traders should split it into multiple transactions.\n\n\
|
||||
ATM cash trades must be in multiples of 10. Using range offers is recommended so the XMR amount can adjust to match the exact price.\n\n\
|
||||
If you cannot complete the transaction as specified in your trade contract, you may lose some (or all) of your security deposit.
|
||||
payment.cashAtAtm.extraInfo.prompt=Please state on your offers: \n\n\
|
||||
Your accepted banks / locations; \n\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue