|
726 | 726 | - :warning: changed property `triggerPattern` of type `ChangeTargetPatternChangeValue` to be required |
727 | 727 | </details> |
728 | 728 |
|
| 729 | +**Checkout changes** |
| 730 | + |
| 731 | +<details> |
| 732 | +<summary>Added Type(s)</summary> |
| 733 | + |
| 734 | +- added type `PaymentIntentReverseAction` |
| 735 | +- added type `ConnectorError` |
| 736 | +- added type `ErrorLoadingAllPaymentIntegrations` |
| 737 | +- added type `FailedToRefreshSession` |
| 738 | +- added type `GiftCardBalanceError` |
| 739 | +- added type `GiftCardBalanceRemoved` |
| 740 | +- added type `GiftCardBalanceStarted` |
| 741 | +- added type `GiftCardBalanceSuccess` |
| 742 | +- added type `GiftCardRedeemError` |
| 743 | +- added type `GiftCardRedeemStarted` |
| 744 | +- added type `GiftCardRedeemSuccess` |
| 745 | +- added type `NoPaymentIntegrations` |
| 746 | +- added type `NonOrderableCartError` |
| 747 | +- added type `NotApplicableDiscountCodeRemoved` |
| 748 | +- added type `OrderVerificationRetryError` |
| 749 | +- added type `OrderVerificationStarted` |
| 750 | +- added type `OrderVerificationTimeout` |
| 751 | +- added type `PaymentIntegrationLoaded` |
| 752 | +- added type `PaymentIntegrationLoading` |
| 753 | +- added type `PaymentIntegrationLoadingError` |
| 754 | +- added type `PaymentIntegrationNotAvailable` |
| 755 | +- added type `PaymentIntegrationSelected` |
| 756 | +- added type `PaymentIntegrationSelectionConfirmation` |
| 757 | +- added type `PaymentIntegrationSelectionConfirmationFailed` |
| 758 | +- added type `PaymentIntegrationsReceived` |
| 759 | +- added type `ShippingMethodSelected` |
| 760 | +- added type `ShippingMethodSelectionConfirmation` |
| 761 | +</details> |
| 762 | + |
| 763 | + |
| 764 | +<details> |
| 765 | +<summary>Changed Type(s)</summary> |
| 766 | + |
| 767 | +- :warning: changed type `PaymentIntentCancelAction` from type `object` to `PaymentIntentAction` |
| 768 | +- :warning: changed type `PaymentIntentCaptureAction` from type `object` to `PaymentIntentAction` |
| 769 | +- :warning: changed type `PaymentIntentRefundAction` from type `object` to `PaymentIntentAction` |
| 770 | +- :warning: changed type `PaymentCancelled` from type `Message` to `ResponseMessage` |
| 771 | +- :warning: changed type `PaymentFailed` from type `Message` to `ResponseMessage` |
| 772 | +- :warning: changed type `PaymentValidationFailed` from type `Message` to `ResponseMessage` |
| 773 | +- :warning: changed type `TransactionItem` from type `TransactionItemDraft` to `object` |
| 774 | +</details> |
| 775 | + |
| 776 | + |
| 777 | +<details> |
| 778 | +<summary>Removed Type(s)</summary> |
| 779 | + |
| 780 | +- :warning: removed type `NoPaymentMethods` |
| 781 | +- :warning: removed type `PaymentConnectorError` |
| 782 | +- :warning: removed type `PaymentMethodLoaded` |
| 783 | +- :warning: removed type `PaymentMethodLoading` |
| 784 | +- :warning: removed type `PaymentMethodLoadingError` |
| 785 | +- :warning: removed type `PaymentMethodSelected` |
| 786 | +- :warning: removed type `PaymentMethodSelectionConfirmation` |
| 787 | +- :warning: removed type `PaymentMethodSelectionConfirmationFailed` |
| 788 | +- :warning: removed type `PaymentMethodsReceived` |
| 789 | +- :warning: removed type `PaymentVerificationStarted` |
| 790 | +- :warning: removed type `PaymentVerificationTimeout` |
| 791 | +</details> |
| 792 | + |
| 793 | + |
| 794 | +<details> |
| 795 | +<summary>Added Enum(s)</summary> |
| 796 | + |
| 797 | +- added enum `reversePayment` to type `PaymentIntentOperation` |
| 798 | +</details> |
| 799 | + |
| 800 | + |
| 801 | +<details> |
| 802 | +<summary>Changed Property(s)</summary> |
| 803 | + |
| 804 | +- :warning: changed property `action` of type `PaymentIntentCancelAction` from type `string` to `PaymentIntentOperation` |
| 805 | +- :warning: changed property `action` of type `PaymentIntentCaptureAction` from type `string` to `PaymentIntentOperation` |
| 806 | +- :warning: changed property `action` of type `PaymentIntentRefundAction` from type `string` to `PaymentIntentOperation` |
| 807 | +</details> |
| 808 | + |
| 809 | + |
| 810 | +<details> |
| 811 | +<summary>Required Property(s)</summary> |
| 812 | + |
| 813 | +- :warning: changed property `amount` of type `PaymentIntentRefundAction` to be required |
| 814 | +</details> |
| 815 | + |
| 816 | + |
| 817 | +<details> |
| 818 | +<summary>Removed Property(s)</summary> |
| 819 | + |
| 820 | +- :warning: removed property `payload` from type `ResponseMessage` |
| 821 | +- :warning: removed property `amount` from type `PaymentIntentAction` |
| 822 | +</details> |
| 823 | + |
| 824 | + |
| 825 | +<details> |
| 826 | +<summary>Added Property(s)</summary> |
| 827 | + |
| 828 | +- added property `merchantReference` to type `PaymentIntentCancelAction` |
| 829 | +- added property `merchantReference` to type `PaymentIntentCaptureAction` |
| 830 | +- added property `transactionId` to type `PaymentIntentRefundAction` |
| 831 | +- added property `merchantReference` to type `PaymentIntentRefundAction` |
| 832 | +- added property `payload` to type `PaymentCancelled` |
| 833 | +- added property `payload` to type `PaymentFailed` |
| 834 | +- added property `payload` to type `PaymentValidationFailed` |
| 835 | +</details> |
| 836 | + |
0 commit comments