Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 480 Bytes

4.0.0.md

File metadata and controls

13 lines (7 loc) · 480 Bytes

Orchard Core Commerce 4.0.0

Release date: TBD

Breaking Changes

Methods in IPaymentIntentPersistence are not asynchronous

The Retrieve, Store and Remove methods have been replaced with RetrieveAsync, StoreAsync and RemoveAsync methods and have to be awaited. They also accept the shoppingCartId optional parameter.

Change Logs

Please check the GitHub release entry here.