Skip to content
#

stripe

Here are 944 public repositories matching this topic...

Pixelatex
Pixelatex commented Feb 3, 2020

So I'm trying to implement direct debit payments and oh boy, what a mess this has been. It's nigh impossible to find coherent docs on how this should work. There is an IbanElement component in this package but I can't find any example on how this should work, the API,...

Even simple stuff like supportedCountries=['SEPA'] I had to find out by following the error messages.

Can you guys please

Tetragramat
Tetragramat commented Feb 6, 2020

There may be cases when developer tries to pass private service id to payum.gateways configuration but it's ignored resulting in confusing expected object got string error.

I would like for payum to throw exception saing that service id does not exist or is private instead of acting like it was supposed to be string.

https://github.com/Payum/Payum/blob/master/src/Payum/Core/Bridge/Symfony/Co

therefromhere
therefromhere commented May 1, 2020

Something based on https://docs.djangoproject.com/en/3.0/howto/upgrade-version/ would be a good idea.

  • Review the change log for breaking changes
  • Upgrade one feature release at a time (eg 2.2.x to 2.3.x)
  • Test for deprecation warnings before/after each feature release
  • Suggestion to run ./manage.py djstripe_sync_models after feature release in order to populate new fields - link to h
tysonclugg
tysonclugg commented May 18, 2018

@paltman @blueyed

I'm working on a PR for #523 which necessitates updating the docs. I haven't figuring out how to preview my doc changes, particularly given I need to link between different documents. I feel like I'm missing something.

Given the docs aren't very up to date, and not well publicised, I'm considering updating the docs to use ReStructuredText/Sphinx (which I'm very familiar

brentpicasso
brentpicasso commented Oct 30, 2019

Hi - this is a great gem, thanks for creating it and maintaining it!

First time user of Stripe, and it looks like the quick start is missing some steps right in the middle on how to initiate and complete a charge, such as for a subscription.
https://stripe.com/docs/billing/subscriptions/payment

Looks like we have:

  • Creating creating products / plans
  • Including the stripe elements JS
NyanKiyoshi
NyanKiyoshi commented Apr 23, 2018

A few things I will add once I have time, this may help the production/ live setup as PayPal is quite messy and buggy.

Quick explanation how to create access keys, for both sandbox and live;

  • Have a page with more details and full guide on how to proceed;
  • Add a warning for live (production) access keys that:
    1. Email address must be verified;
    2. If PayPal says you didn't veri
oyeb
oyeb commented Dec 22, 2017

doctests will help us catch any stale examples in the documentation, in case the examples break due to changes in code.

The following need to be resolved for doctests to work:

  1. The outputs also have to be written down in the documentation
  • Typical response objects are huge (will take up a lot of space).
  • Responses are unique and can't be tested against.
  1. Our examples invoke calls

Improve this page

Add a description, image, and links to the stripe topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the stripe topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.