diff --git a/src/Dynamicweb.Ecommerce.CheckoutHandlers.QuickPayPaymentWindow.csproj b/src/Dynamicweb.Ecommerce.CheckoutHandlers.QuickPayPaymentWindow.csproj index 62d3201..da7e208 100644 --- a/src/Dynamicweb.Ecommerce.CheckoutHandlers.QuickPayPaymentWindow.csproj +++ b/src/Dynamicweb.Ecommerce.CheckoutHandlers.QuickPayPaymentWindow.csproj @@ -1,6 +1,6 @@  - 10.0.5 + 10.0.6 1.0.0.0 QuickPay Payment Window The QuickPay Payment Window checkout handler is designed to work with QuickPay v10. diff --git a/src/QuickPayPaymentWindow.cs b/src/QuickPayPaymentWindow.cs index e9572b5..965f5f0 100644 --- a/src/QuickPayPaymentWindow.cs +++ b/src/QuickPayPaymentWindow.cs @@ -1473,6 +1473,7 @@ private Dictionary GetCardTypes(bool recurringOnly, bool transla {"swish", "Swish"}, {"trustly", "Trustly"}, {"vipps", "Vipps"}, + {"vippspsp", "Vipps via Quickpay"}, {"paysafecard", "Paysafecard"} };