Broadleaf Microservices
  • v1.0.0-latest-prod

Release Notes for 1.5.3-GA

Updates

  • As a part of this release we have introduced support for ApplePay and GooglePay.

Bug Fixes

  • Fixed InvalidObjectCreation exception which is getting while creation of stripe customer. Address object in request is not in serialized form hence we are getting InvalidObjectCreation exception.

Method Signature Changes

Class/Method Description

DefaultStripeExternalCallService#buildAddressForStripeUser

Added new method for preparing address node which we return Map<String, Object> instead of CustomerCreateParams.Address so that we will get serialized address object.

DefaultStripeExternalCallService#buildCustomerShippingData

Changed return type of method to Map<String, Object> so that we will get customer shipping data in serialized form.

DefaultStripeExternalCallService#buildCustomerShippingAddress

Changed return type of method to Map<String, Object> so that we will get customer shipping address in serialized form.