# Limio Release Notes - Release 73.0

### New Features and Improvements

**New Payment Method Prop for Cancel/Save Offer Component**

A new prop called "Show payment method?" will display the payment method used so the customers can be sure of the changes they are making. By default this prop is set to false and payment method information is hidden. Enabling the show payment method prop will display the payment method used for the original order when doing a cancel save journey.

*Read More -*

*Screenshot: Enabling the 'Show Payment method' prop on Cancel Save offer component*

### Bug Fixes

**Customer with annual rate subscription can use a monthly rate discount**

A customer could use a monthly rate discount on an annual rate subscription. This has been resolved, and customers can only use discounts that match the frequency rate of the offer.

**Names retained in inputs even if unsaved in Customer Table component**

If a customer made a change to their name in the Customer Table component without pressing save, the change was saved anyways. This has been resolved, and customers' name changes will not be retained unless they explicitly select Save.

**DiscountEndDate not displayed correctly in Cancel Save Offer Modal and Order Change Success components**

In the Cancel Save Offer Modal and Order Change Success components, user would see the discount end date displayed as Fri Jun 30 2023 00:00:00 GMT+0100 instead of 30/06/2023. This has been resolved.

**Missing props on Block Double Renewal Dialog component**

The Button label and Button URL properties were missing in the Page Builder for the Block Double Renewal Dialog component. This has been resolved.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.limio.com/release-notes/limio-commerce-release-notes/legacy-releases/limio-release-notes-release-730.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
