Skip to content

Commit

Permalink
Merge pull request #71 from UmbHost/feature/payments-overview
Browse files Browse the repository at this point in the history
Feature/payments overview
  • Loading branch information
AaronSadlerUK authored Feb 23, 2024
2 parents 980457d + 5a22b7b commit 716ec4c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions src/UmbCheckout.Backoffice/wwwroot/UmbCheckout/lang/en-US.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
</area>
<area alias="umbcheckout">
<key alias="disabled_unlicensed">DISABLED IN UNLICENSED MODE</key>
<key alias="unlicensed_warning"><![CDATA[UmbCheckout is running in unlicensed mode, please <a href=\"https://umbcheckout.net\" target=\"_blank\" class=\"red bold underline\">purchase a license</a> to support development]]></key>
<key alias="unlicensed_warning"><![CDATA[UmbCheckout is running in unlicensed mode, please <a href='https://umbcheckout.net' target=\"_blank\" class=\"red bold underline\">purchase a license</a> to support development]]></key>
<key alias="unlicensed_notification_warning_title">UmbCheckout is unlicensed</key>
<key alias="unlicensed_notification_warning_message"><![CDATA[UmbCheckout is unlicensed", "UmbCheckout is running in unlicensed mode, please purchase a license to unlock this feature]]></key>
<key alias="unlicensed_notification_warning_message"><![CDATA[UmbCheckout is running in unlicensed mode, please <a href='https://umbcheckout.net' target=\"_blank\" class=\"red bold underline\">purchase a license</a> to unlock this feature]]></key>
<key alias="help_support">Help &amp; Support</key>
<key alias="made_by"><![CDATA[<a href="https://umbhost.net" class="btn umb-button__button btn-link umb-button-- umb-outline">Made with <span class="color-pink icon icon-hearts"></span> by UmbHost Limited</a>]]></key>
<key alias="use_live_api_details_label">Use live API details</key>
Expand Down Expand Up @@ -56,5 +56,7 @@
<key alias="shipping_rate">Shipping Rate</key>
<key alias="tax_rate">Tax Rate</key>
<key alias="tax_rates">Tax Rates</key>
<key alias="first_page">First Page</key>
<key alias="next_page">Next Page</key>
</area>
</language>
2 changes: 2 additions & 0 deletions src/UmbCheckout.Shared/Consts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ public static class LocalizationKeys
public const string ShippingAllowedCountriesLabel = "allowed_shipping_countries_label";
public const string CollectPhoneNumber = "collect_phone_number";
public const string CollectPhoneNumberLabel = "collect_phone_number_label";
public const string FirstPage = "first_page";
public const string NextPage = "next_page";
}
}
}
2 changes: 1 addition & 1 deletion src/UmbCheckout.Stripe

0 comments on commit 716ec4c

Please sign in to comment.