API Enhancements:
- No API Enhancements in this release
.
UI Enhancements:
- No UI Enhancements in this release
.
Widget Enhancements:
- PayPal Vaulting Button Fix & FundingSource Enhancement
Resolved an issue where using the disableMaxHeight: true setting in the PayPal Vaulting configuration caused an unexpected fundingSource error, preventing the PayPal button from rendering correctly.
Impacted Functionality: Paypal Vaulting
- PayPal Vaulting SDK Response Fix
Fixed a bug in the PayPal Vaulting widget where the returned data structure was inconsistent. The system was incorrectly returning the payment token at the root level (response.token), rather than within the expected data object (response.data.token). The SDK has been updated to correctly return the data structure, ensuring reliability across all three key event responses: onSuccess, onError, and onCancel.
Impacted Functionality: Paypal Vaulting