Skip to content

Commit

Permalink
Merge pull request #7 from dynamicweb/frn/17299-vipps-via-quickpay-fix
Browse files Browse the repository at this point in the history
Adding vipps via quickpay
  • Loading branch information
MatthiasSort authored Jan 25, 2024
2 parents 66e0dd7 + e7da442 commit d8d904b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<VersionPrefix>10.0.5</VersionPrefix>
<VersionPrefix>10.0.6</VersionPrefix>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<Title>QuickPay Payment Window</Title>
<Description>The QuickPay Payment Window checkout handler is designed to work with QuickPay v10.</Description>
Expand Down
1 change: 1 addition & 0 deletions src/QuickPayPaymentWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1473,6 +1473,7 @@ private Dictionary<string, string> GetCardTypes(bool recurringOnly, bool transla
{"swish", "Swish"},
{"trustly", "Trustly"},
{"vipps", "Vipps"},
{"vippspsp", "Vipps via Quickpay"},
{"paysafecard", "Paysafecard"}
};

Expand Down

0 comments on commit d8d904b

Please sign in to comment.