gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant-backoffice] branch master updated: add missing fulfillme


From: gnunet
Subject: [taler-merchant-backoffice] branch master updated: add missing fulfillment
Date: Mon, 10 May 2021 20:17:26 +0200

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository merchant-backoffice.

The following commit(s) were added to refs/heads/master by this push:
     new 3ca68f6  add missing fulfillment
3ca68f6 is described below

commit 3ca68f623824f193965c182b21c1eff16379a4b4
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon May 10 15:17:00 2021 -0300

    add missing fulfillment
---
 CHANGELOG.md                                                      | 2 ++
 packages/frontend/src/paths/instance/orders/create/CreatePage.tsx | 1 +
 2 files changed, 3 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8f6a571..edcb8be 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,6 +24,8 @@ and this project adheres to [Semantic 
Versioning](https://semver.org/spec/v2.0.0
  - unlock a product when is locked
  - check that there is no place where the taxes are summing up 
  - translation missing: yup (check for some other dynamic message)
+ - contract terms
+ - fulfillment url should check absolute url or relative to the merchant domain
 ## [Unreleased]
  - fixed bug when updating token and not admin
  - showing a yellow bar on non-default instance navigation (admin)
diff --git a/packages/frontend/src/paths/instance/orders/create/CreatePage.tsx 
b/packages/frontend/src/paths/instance/orders/create/CreatePage.tsx
index 2f65879..8953744 100644
--- a/packages/frontend/src/paths/instance/orders/create/CreatePage.tsx
+++ b/packages/frontend/src/paths/instance/orders/create/CreatePage.tsx
@@ -111,6 +111,7 @@ export function CreatePage({ onCreate, onBack }: Props): 
VNode {
           max_wire_fee: value.payments.max_wire_fee,
           delivery_date: value.payments.delivery_date ? { t_ms: 
value.payments.delivery_date.getTime() } : undefined,
           delivery_location: value.payments.delivery_location,
+          fulfillment_url: value.payments.fullfilment_url,
         },
         inventory_products: inventoryList.map(p => ({
           product_id: p.product.id,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]