Skip to content

Commit

Permalink
Update v11-info with breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AadneRo committed Jun 14, 2024
1 parent 6c3e3e3 commit 8b4f41e
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,14 @@ The `InputPassword` component has been moved to `Field.Password`, and is now a p
- change `width` from number to string.
- change `height`from number to string.

## PaymentCard

The PaymentCard has seen some major refactoring, changing the api for the custom card designs. If you do not use the custom card feature nothing has changed.

- replace `product_code` with `productCode`.
- replace `card_number` with `cardNumber`.
- replace `card_status` with `cardStatus`.

- remove `raw_data`. If you still need this this functunality take a look at the updated documentation for [PaymentCard](uilib/extensions/payment-card/)

_February, 6. 2024_

0 comments on commit 8b4f41e

Please sign in to comment.