taler
[Top][All Lists]
Advanced

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

[Taler] Merchant REST API question


From: Hartmut Goebel
Subject: [Taler] Merchant REST API question
Date: Fri, 6 Dec 2024 00:01:57 +0100
User-agent: Mozilla Thunderbird

Hi,

a small questions regarding the Merchant REST API:

This would ease implementation since one could simply write e.g.

order=dict(amount=,
           summary=,
           fulfillment_url=aaa.url if aaa.url else None) ## <<<=

instead of

order=dict(amount=,
           summary=)
if aaa.url:
           order['fulfillment_url'] = aaa.url

-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | h.goebel@crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |

reply via email to

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