@sonic-equipment/ui 258.0.0 → 258.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -132,7 +132,7 @@ function AdyenPayment({ amount, cartId, countryCode, currencyCode, customerId, d
|
|
|
132
132
|
logger.error('Adyen Payment Error:', error);
|
|
133
133
|
return (jsx(Message, { type: "danger", children: t('All payment methods are unavailable at this time. Please contact customer support.') }));
|
|
134
134
|
}
|
|
135
|
-
return (jsx("div", { ref: dropinDivRef, className: clsx(
|
|
135
|
+
return (jsx("div", { ref: dropinDivRef, className: clsx(isDisabled && styles.loading), id: "dropin" }));
|
|
136
136
|
}
|
|
137
137
|
function getAdyenQueryParams() {
|
|
138
138
|
if (typeof window === 'undefined')
|