From 3f5af57864a0fd95791a05b336a5c7b217ec9528 Mon Sep 17 00:00:00 2001 From: Bjarne Fyrstenborg Date: Tue, 28 May 2024 13:33:40 +0200 Subject: [PATCH 1/3] Add info about Zero Payment Provider --- commerce-add-ons/payment-providers/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commerce-add-ons/payment-providers/README.md b/commerce-add-ons/payment-providers/README.md index b28a7f81de8..94e990fea49 100644 --- a/commerce-add-ons/payment-providers/README.md +++ b/commerce-add-ons/payment-providers/README.md @@ -8,7 +8,7 @@ description: >- Payment providers are essential for your Umbraco Commerce installation when you want to give users and customers to option to pay for your products. -The [Invoice](invoicing/) option comes with Umbraco Commerce out of the box. Nine pre-built integrations for different providers are available for you to add additional payment options to your site. +The [Invoice](invoicing/) and [Zero](zero/) Payment Providers comes with Umbraco Commerce out of the box. Nine pre-built integrations for different providers are available for you to add additional payment options to your site. ## Available integrations From fd35c92a455b20ba5e3e523a65d11ff14234f9f5 Mon Sep 17 00:00:00 2001 From: Bjarne Fyrstenborg Date: Tue, 28 May 2024 13:36:29 +0200 Subject: [PATCH 2/3] More info about zero payment provider --- commerce-add-ons/payment-providers/invoicing/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commerce-add-ons/payment-providers/invoicing/README.md b/commerce-add-ons/payment-providers/invoicing/README.md index f31e476b9e8..8f54b659f28 100644 --- a/commerce-add-ons/payment-providers/invoicing/README.md +++ b/commerce-add-ons/payment-providers/invoicing/README.md @@ -6,10 +6,10 @@ description: Getting Started with the Invoicing payment provider for Umbraco Umb The Invoicing payment provider is a "pass-through" payment provider that doesn't capture any payment information itself. Instead, it allows orders to go through in an `Authorized` state where it is assumed that payments will be captured manually in an external system. Once captured, orders can then be updated to the `Captured` payment status via the backoffice. -## [Install Invoice payment](../install-payment-providers.md) +## [Install Invoice & Zero Payment Providers](../install-payment-providers.md) {% hint style="info" %} -The invoice payment method is installed with Umbraco Commerce by default. Follow the installation instruction if for some reason the package has been removed from your implementation. +The invoice and zero payment methods is installed with Umbraco Commerce by default. Follow the installation instruction if for some reason the package has been removed from your implementation. {% endhint %} ## In this Section From a980341032169702f9dd8bdcd9069a4bdad19083 Mon Sep 17 00:00:00 2001 From: Bjarne Fyrstenborg Date: Tue, 28 May 2024 13:46:55 +0200 Subject: [PATCH 3/3] Add default payment providers --- .../payment-providers/install-payment-providers.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/commerce-add-ons/payment-providers/install-payment-providers.md b/commerce-add-ons/payment-providers/install-payment-providers.md index cdc60a0ce45..fef988d135f 100644 --- a/commerce-add-ons/payment-providers/install-payment-providers.md +++ b/commerce-add-ons/payment-providers/install-payment-providers.md @@ -38,7 +38,14 @@ Alternatively, you can also find and install the NuGet package via the NuGet Pac BuckarooUmbraco.Commerce.PaymentProviders.Buckaroo -InvoicingUmbraco.Commerce.PaymentProviders.InvoicingKlarnaUmbraco.Commerce.PaymentProviders.KlarnaMollieUmbraco.Commerce.PaymentProviders.MollieNetsUmbraco.Commerce.PaymentProviders.NetsPaypalUmbraco.Commerce.PaymentProviders.PayPalQuickPayUmbraco.Commerce.PaymentProviders.QuickPayStripeUmbraco.Commerce.PaymentProviders.StripeOpayoUmbraco.Commerce.PaymentProviders.OpayoWorldpayUmbraco.Commerce.PaymentProviders.Worldpay +KlarnaUmbraco.Commerce.PaymentProviders.KlarnaMollieUmbraco.Commerce.PaymentProviders.MollieNetsUmbraco.Commerce.PaymentProviders.NetsPaypalUmbraco.Commerce.PaymentProviders.PayPalQuickPayUmbraco.Commerce.PaymentProviders.QuickPayStripeUmbraco.Commerce.PaymentProviders.StripeOpayoUmbraco.Commerce.PaymentProviders.OpayoWorldpayUmbraco.Commerce.PaymentProviders.Worldpay + +## Default Payment Providers + +The following payment providers comes with Umbraco Commerce out of the box. + +- Invoicing +- Zero ## Upgrading