mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 11:25:22 -05:00
gnu: Add trytond-account-payment-stripe.
* gnu/packages/tryton.scm (trytond-account-payment-stripe): New variable.
This commit is contained in:
parent
a49c35d29b
commit
64a042401d
1 changed files with 27 additions and 0 deletions
|
@ -915,6 +915,33 @@ (define-public trytond-account-payment-sepa-cfonb
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue