Captricity / mocurly

Mocurly is a library that mocks the recurly python client
MIT License
8 stars 6 forks source link

Support for trial invoice #7

Closed niekbaeten closed 8 years ago

niekbaeten commented 8 years ago

When subscribing to a plan with a trial, Recurly does create a transaction + invoice for the $0 trial.

niekbaeten commented 8 years ago

Hmm I just read the docs again and it seems that is_trial is not a base state, but rather a state to query on. The issue remains that when a subscription is starts that includus a trial, mocurly does not create a transaction or an invoice, but recurly does. I'll have a look how to best fix this.

yorinasub17 commented 8 years ago

This looks good to me! Thank you!