mirror of
https://github.com/mozilla/fxa.git
synced 2025-12-13 20:36:41 +01:00
Merge pull request #19628 from mozilla/fix-add-paypal-clientid
fix(next): use env var for paypal client id
This commit is contained in:
@@ -99,7 +99,7 @@ export default async function PaypalPaymentManagementPage({
|
||||
</div>
|
||||
<PaypalManagement
|
||||
sessionUid={sessionUid}
|
||||
paypalClientId={'sb'}
|
||||
paypalClientId={config.paypal.clientId}
|
||||
nonce={nonce}
|
||||
currency={currency}
|
||||
/>
|
||||
|
||||
@@ -58,7 +58,7 @@ export function PaypalManagement({
|
||||
components: 'buttons',
|
||||
}}
|
||||
>
|
||||
<div className="flex justify-center w-full">
|
||||
<div className="flex justify-center items-center max-w-md w-full h-12">
|
||||
{isLoading && (
|
||||
<Image
|
||||
src={spinnerImage}
|
||||
|
||||
Reference in New Issue
Block a user