Skip to content

Commit

Permalink
Merge pull request #1144 from Gamboster/ref/moonpayCheckoutOpts
Browse files Browse the repository at this point in the history
Ref: do not show wallet address form on moonpay checkout
  • Loading branch information
JohnathanWhite committed Apr 30, 2024
2 parents dde8d3f + 0f9d9fd commit f675965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -1816,7 +1816,7 @@ const BuyCryptoOffers: React.FC = () => {
APP_DEEPLINK_PREFIX + `moonpay?externalId=${externalTransactionId}`,
env: moonpayEnv,
lockAmount: true,
showWalletAddressForm: true,
showWalletAddressForm: false,
};

let data;
Expand Down
Expand Up @@ -553,7 +553,7 @@ const SellCryptoRoot = ({
colorCode: BitPay,
theme: theme.dark ? 'dark' : 'light',
quoteCurrencyCode: cloneDeep(fiatCurrency).toLowerCase(),
showWalletAddressForm: true,
showWalletAddressForm: false,
};

let data: MoonpayGetSellSignedPaymentUrlData;
Expand Down

0 comments on commit f675965

Please sign in to comment.