Skip to content
#

subscriptions

Here are 188 public repositories matching this topic...

robindata-gmbh
robindata-gmbh commented Nov 16, 2018

How I can send a request by POST-Method with the following shema?

Under examples can I find only GET-Requests!

{ 
  "query" :  "..." , 
  "operation" :  "..." , 
  "variables" :  {  "myVariable" :  "somevalue" ,  . . .  } 
}

with :

curl -XPOST http://localhost:5000/xql -H 'Content-Type: application/json' -d \
'{
  "query": "mutation tokenAuth($email:String, $passw
sonatard
sonatard commented Feb 18, 2020

What happened?

Generated comment says , "The code below was going to be deleted when updating resolvers. "
But I exec gqlgen generate again, code didn't delete.

I don't understand when updating resolvers mean.

// !!! WARNING !!!
// The code below was going to be deleted when updating resolvers. It has been copied here so you have
// one last chance to move it out of harms 
pierre
pierre commented Feb 18, 2020

When we run our invoicing logic, we print the billing events for debugging (see DefaultInternalBillingApi):

DefaultBillingEvent{type=CREATE, effectiveDate=2017-05-11T13:44:31.000Z, planPhaseName=sports-monthly-evergreen, subscriptionId=e2e74b3f-b78d-46c7-a7ff-081ff888521f, totalOrdering=1}

We should add the catalog version (catalogEffectiveDate) as well, as this would be helpfu

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

ionutcalara
ionutcalara commented Aug 23, 2019

In the documentation you mention this type of call a lot. This for me meant that i could query the subscription by its slug and not id which is true. But its quite not what you expect as slugs are unique, so this would not be practical if you have multiple users, as the following user would get main-1 and so on.

$user->subscription('main')
bashleigh
bashleigh commented Nov 21, 2018

Add additional MD files in the wiki for how tos on how to create payments and subscriptions from start to finish. Including nonces etc. Reference these how to docs to the readme.

This will also include refunds, cancelations etc

Must also include all options in BraintreeTransactionInterface like how to add a customer, address etc. Maybe also validation?

SylviaDehn
SylviaDehn commented Sep 21, 2017

[Version]
ESCM 17.4 SAML mode
[Build]
BES_MASTER_UNIT-2087 2017/09/08

[Steps to reproduce]

  1. log in as platform administrator
  2. go to create marketplace
  3. enter marketplace name, marketplaceid
  4. click on symbol beside owner organization ID, pick org id
  5. click on symbol beside tenant ID, and realize that default cannot be chosen
    (documentation states, if default tenant is to used

Improve this page

Add a description, image, and links to the subscriptions 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 subscriptions topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.