James Ramm

Results 63 comments of James Ramm

In that case, I think we need (for a first implementation) a basic `calculate_tax` function somewhere on the checkout. It should: 1. Be possible to set a single (or per-country)...

Address Form has been separated into #50, this issue should only deal with the payment form

A generic payment form is a tricky issue since it may vary depending on the chosen backend and payment methods you wish to offer. Many gateways also offer drop-ins or...

Hi @officerebel the docker-compose file is for the docs only at the moment. There is a basic docker example here: https://github.com/JamesRamm/longclaw_demo

Pushing back to 1.1 as this is more specific to braintree and I am prioritizing stripe support first.

@osonwanne Thanks for raising this. This is certainly a feature I'd like to add, but there are a couple of issues that would need resolving before we can start creating...

This has some overlap or perhaps dependency on #63 in that in order to login we must have some information stored (email/password as a minimum, but we probably want to...

I am now leaning towards tackling stuff like this as separate extensions. My preference is not to bloat the dependencies for this package and keep options open for the user....

@kilimetr hopefully new maintainers can help make the transition to the latest versions

How does having a UUID offer more protection other than just being longer/not easily guessable when compared to the standard ID? Would it be enough to make the PK of...