[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/154: gnu: Add trytond-account-payment-stripe.
From: |
guix-commits |
Subject: |
33/154: gnu: Add trytond-account-payment-stripe. |
Date: |
Tue, 21 Sep 2021 15:07:33 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit 64a042401d03773709a318a48f779b1f64ca2b4e
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Aug 27 15:09:08 2021 +0200
gnu: Add trytond-account-payment-stripe.
* gnu/packages/tryton.scm (trytond-account-payment-stripe): New variable.
---
gnu/packages/tryton.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 282d1cb..09c3e57 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -915,6 +915,33 @@ generate SEPA files for a Payment Group.")
CFONB flavors to SEPA messages.")
(license license:gpl3+)))
+(define-public trytond-account-payment-stripe
+ (package
+ (name "trytond-account-payment-stripe")
+ (version "6.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_account_payment_stripe" version))
+ (sha256
+ (base32 "18hr2lrrx9asb0d3cjcpska4bv825yjln9cbqjzg0xbl36z6w3s2"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "account_payment_stripe"))
+ (native-inputs `(,@%standard-trytond-native-inputs))
+ (propagated-inputs
+ `(("python-stripe" ,python-stripe)
+ ("trytond" ,trytond)
+ ("trytond-account" ,trytond-account)
+ ("trytond-account-payment" ,trytond-account-payment)
+ ("trytond-party" ,trytond-party)))
+ (home-page
+ "https://docs.tryton.org/projects/modules-account-payment-stripe")
+ (synopsis "Tryton module for Stripe payment")
+ (description "The @emph{Account Payment Stripe} Tryton module for
+receiving payments from Stripe. It uses Stripe.js and Stripe Elements in a
+checkout form to handle Setup Intent and Payment Intent by card.")
+ (license license:gpl3+)))
+
(define-public trytond-account-product
(package
(name "trytond-account-product")
- 69/154: gnu: Add trytond-party-relationship., (continued)
- 69/154: gnu: Add trytond-party-relationship., guix-commits, 2021/09/21
- 04/154: gnu: Add python-tablib., guix-commits, 2021/09/21
- 08/154: gnu: Add python-stripe., guix-commits, 2021/09/21
- 09/154: gnu: Add trytond-account-asset., guix-commits, 2021/09/21
- 11/154: gnu: Add trytond-account-cash-rounding., guix-commits, 2021/09/21
- 15/154: gnu: Add trytond-account-dunning., guix-commits, 2021/09/21
- 13/154: gnu: Add trytond-account-de-skr03., guix-commits, 2021/09/21
- 12/154: gnu: Add trytond-account-credit-limit., guix-commits, 2021/09/21
- 18/154: gnu: Add trytond-account-dunning-letter., guix-commits, 2021/09/21
- 19/154: gnu: Add trytond-account-es., guix-commits, 2021/09/21
- 33/154: gnu: Add trytond-account-payment-stripe.,
guix-commits <=
- 26/154: gnu: Add trytond-account-invoice-line-standalone., guix-commits, 2021/09/21
- 29/154: gnu: Add trytond-account-payment-braintree., guix-commits, 2021/09/21
- 37/154: gnu: Add trytond-account-statement-ofx., guix-commits, 2021/09/21
- 40/154: gnu: Add trytond-account-stock-continental., guix-commits, 2021/09/21
- 41/154: gnu: Add trytond-account-stock-landed-cost., guix-commits, 2021/09/21
- 23/154: gnu: Add trytond-account-invoice-correction., guix-commits, 2021/09/21
- 24/154: gnu: Add trytond-account-invoice-defer., guix-commits, 2021/09/21
- 32/154: gnu: Add trytond-account-payment-sepa-cfonb., guix-commits, 2021/09/21
- 38/154: gnu: Add trytond-account-statement-rule., guix-commits, 2021/09/21
- 42/154: gnu: Add trytond-account-stock-landed-cost-weight., guix-commits, 2021/09/21