Skip to content

Commit a0f813f

Browse files
committed
fine tuning v14
1 parent e285810 commit a0f813f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<ItemGroup>
1313
<PackageVersion Include="Flurl.Http" Version="[4.0.0, 5)" />
1414
<PackageVersion Include="Flurl.Http.Newtonsoft" Version="[0.9.0, 1)" />
15-
<PackageVersion Include="Umbraco.Commerce.Core" Version="[14.0.0-alpha3, 15)" />
15+
<PackageVersion Include="Umbraco.Commerce.Core" Version="[14.0.0--beta2.preview.501.gc4c8b29, 15)" />
1616
<PackageVersion Include="Microsoft.AspNet.WebApi.Client" Version="[6, 7)" />
1717
</ItemGroup>
1818
</Project>

src/Umbraco.Commerce.PaymentProviders.Quickpay/wwwroot/lang/en-us.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export default {
2-
paymentProviders: {
2+
ucPaymentProviders: {
33
'quickpayV10CheckoutLabel': 'Quickpay V10',
44
'quickpayV10CheckoutDescription': 'Quickpay V10 payment provider for one time payments',
55
'quickpayV10CheckoutSettingsContinueUrlLabel': 'Continue URL',

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "14.0.0-alpha1",
3+
"version": "14.0.0-alpha2",
44
"assemblyVersion": {
55
"precision": "build"
66
},

0 commit comments

Comments
 (0)