2/15/2024 Release
10 months ago by Clay Hefner
Release Notes - Preczn v1.3.3
New Features
- Added support for ACH payments through Payment Fields.
- Implemented refund functionality for Greensky transactions.
- Forms
- Improved the Boarding Form by standardizing the font size for Terms & Conditions and Bank Disclosure.
- Dashboard
- Removed
back
buttons from the Merchant Details section in the Dashboard for Owners and Bank Account details. - Adjusted the Transaction Log and Merchant Transaction Log to prevent amount wrapping.
- Removed
- Webhooks
- Enhanced Preczn Merchant.Created and Merchant.Deleted events to include the entire merchant object.
- Modified Preczn Merchant events to include
modifiedBy
,modifiedOn
,createdBy
,createdOn
parameters. - Users can now enable/disable webhooks when editing versus needing to enable/disable as a separate function.
- Updated the Merchant API to include
modifiedBy
,modifiedOn
,createdBy
,createdOn
parameters in responses, ensure the plan is returned as a string, and added connection parameters to the Merchant API swagger spec.
Bugs Resolved
- Fixed an issue where enabling or disabling a merchant would not correctly log the activity.
- Resolved a problem preventing users from viewing transactions based on applied search filters.
- Corrected the Merchant API behavior to only update the merchant connection parameters that are included in the patch request.
- Fixed the issue where the
autoTransmitMerchantData
boolean was not being carried over from the Form Template to the Form. - Addressed the missing drop shadow in the top navigation of the Dashboard when in test mode.
- Denied transaction requests from inactive merchants as intended.
- Webhooks now correctly redirect to the backlist page once created.
- Mapped Payrix decline responses accurately.
- Hotfix applied to address the broken Transaction Search feature.
- Fixed the one-time-use token failure for ACH transactions on Payrix.
- Resolved a 500 error occurring when a payment object was provided as null.