" at UCommerce.Pipelines.Pipeline`1.Execute(T subject)
at UCommerce.Transactions.CheckoutService.Checkout(Basket basket)
at UCommerce.Transactions.TransactionLibraryInternal.Checkout()
at Castle.Proxies.TransactionLibraryInternalProxy.Checkout_callback()
at Castle.Proxies.Invocations.TransactionLibraryInternal_Checkout.InvokeMethodOnTarget()
at Castle.DynamicProxy.AbstractInvocation.Proceed()
at UCommerce.Infrastructure.Interceptor.ExceptionLoggingInterceptor.Intercept(IInvocation invocation)
at Castle.DynamicProxy.AbstractInvocation.Proceed()
at Castle.Proxies.TransactionLibraryInternalProxy.Checkout()
at UCommerce.Api.TransactionLibrary.Checkout()
Exception occoured while processing pipeline 'UCommerce.Pipelines.Checkout.CheckoutPipeline'
We are using uCommerce 3.0.0.12320 and made a cutom VAT calculation.
The Basket.config is modified as below
The issue is during the checkout process
Please review the stacktrace below:
is working on a reply...