Skip to content

isAddressEditable not working #61

@draczer01

Description

@draczer01

address is always editable even if isAddressEditable=false

for example:

let params = [
        'defaultFiat=USD',
        'defaultAmount=${this.amount}',
        'apiKey=${this.onRamperApiKey}',
        'onlyCryptos=${this.onRamperCrypto}',
        'partnerContext=${encodeURIComponent(JSON.stringify(this.pContext))}',
        'wallets=BUSD:0x0000000000000000000000000000000000000000',
        'isAmountEditable=false',
        'isAddressEditable=false'
      ]
      window.open('https://widget.onramper.com?${params.join('&')}', '_blank');

will result on isAddressEditable=false not working

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions