From 81af9e1538f6be3e321ca8aabcb37dd75288d189 Mon Sep 17 00:00:00 2001 From: Benraouane Soufiane <110255764+BenraouaneSoufiane@users.noreply.github.com> Date: Fri, 1 Nov 2024 18:49:01 +0100 Subject: [PATCH] Update CryptoCheckout.md --- applications/CryptoCheckout.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/CryptoCheckout.md b/applications/CryptoCheckout.md index f171415b2bd..3e5ff2350c9 100644 --- a/applications/CryptoCheckout.md +++ b/applications/CryptoCheckout.md @@ -141,7 +141,7 @@ Built with php (without any framework) & jQuery, uses nosql bds for performance | Number | Deliverable | Specification | | -----: | ----------- | ------------- | -| **0a.** | License | Apache 2.0 / GPLv3 / MIT / Unlicense. See the [delivery guidelines](https://grants.web3.foundation/docs/Support%20Docs/milestone-deliverables-guidelines#license) for details. | +| **0a.** | License | Apache 2.0 | | **0b.** | Documentation | We will provide both **inline documentation** of the code and a basic **tutorial** that explains how a user (merchant) can accept DOT payments on his WooCommerce store, & how another user (buyer) use his DOT balance to purchase something using test network, which will show how the new functionality works. | | **0c.** | Testing and Testing Guide | Core functions will be fully covered by comprehensive unit tests to ensure functionality and robustness. In the guide, we will describe how to run these tests. | | **0d.** | Docker | We will provide a Dockerfile(s) that can be used to test all the functionality delivered with this milestone. | @@ -156,7 +156,7 @@ Built with php (without any framework) & jQuery, uses nosql bds for performance | Number | Deliverable | Specification | | -----: | ----------- | ------------- | -| **0a.** | License | Apache 2.0 / GPLv3 / MIT / Unlicense. See the [delivery guidelines](https://grants.web3.foundation/docs/Support%20Docs/milestone-deliverables-guidelines#license) for details. | +| **0a.** | License | Apache 2.0 | | **0b.** | Documentation | We will provide both **inline documentation** of the code and a basic **tutorial** that explains how a user (merchant) can accept DOT payments on his Shopify store, & how another user (buyer) use his DOT balance to purchase something using test network, which will show how the new functionality works. | | **0c.** | Testing and Testing Guide | Core functions will be fully covered by comprehensive unit tests to ensure functionality and robustness. In the guide, we will describe how to run these tests.| | **0d.** | Docker | We will provide a Dockerfile(s) that can be used to test all the functionality delivered with this milestone. |