4 years ago
Nov. 11-22 Updates
fix
Checkout
- Fixed bug that allowed prepaid cards on checkout when "Allow prepaid cards" was unchecked on the Checkout settings page.
- Fixed Apple Pay with Braintree bug that only requested customer phone number when required for shipping details and not if billing details was requesting the field. It now requests customer phone when required for either billing or shipping details.
Merchant Portal
- Fixed bug that was incorrectly identifying certain customers as not having a valid payment method.
- Fixed bug that calculated incorrectly the number of active subscriptions for certain customers.
Customer Portal
- Theme Engine v1 & v2 - Fix bug that didn't display an AVS error message to customers that their billing zip code was incorrect when updating their credit card.
3D Secure 2 & European SCA regulation
- Updated the help text on the re-authentication page to provide additional clarity for the customer when they aren't impacted by the European SCA regulation but their bank flag their account for 3D Secure 2 authentication.
Checkout API
first_name
for billing and shipping address is now optional (not required)
Address API
first_name
is now optional (not required)
Customer API
cardholder_name
field has been added to the payment_sources response
Payment sources
cardholder_name
field has been added to the payment_sources response- When a customer updates their credit card then the cardholder_name is saved
Template Update - products_search.html
- [FIX] When a client is attempting to swap a product the URL directs a customers to adding new product instead of swapping. This template update fixes so that the customer continues the swap workflow.
Removed from products_search.html template
{% if 'preview_theme' | url_param %}
{% set search_form_action_url = search_form_action_url + '?preview_theme=' + 'preview_theme' | url_param %}
{% endif %}
Added to products_search.html template
{% if 'preview_theme' | url_param %}
{% endif %}
Template Update - products_search_swap.html
- [FIX] When a client is attempting to swap a product the URL directs a customers to adding new product instead of swapping. This template update fixes so that the customer continues the swap workflow.
Removed from products_search_swap.html template
{% if 'preview_theme' | url_param %}
{% set search_form_action_url = search_form_action_url + '?preview_theme=' + 'preview_theme' | url_param %}
{% endif %}
Added to products_search_swap.html template
{% if 'preview_theme' | url_param %}
{% endif %}
APRU (3rd party app) beta and pro flag has been removed and is now generally available