You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a project where we want to switch all our recurring invoices to Moneybird subscriptions. When looking through the docs and the example, I did not find a reference to a $moneybird->subscriptions() feature. When I did a search for 'subscription' in this repo, I didn't get a result either.
Does that mean that this library doesn't support subscriptions yet?
Any idea if this can be implemented (soon)? The subscriptions API is almost exactly the same as the recurringSalesInvoice() API, so can't we just copy that one and change it to support subscriptions()?
Many thanks in advance!
Ralph
The text was updated successfully, but these errors were encountered:
ralphjsmit
changed the title
Does this library support Moneybird subscriptions?
Does this library support Moneybird subscriptions or can we add support for it?
Jul 24, 2021
Hey there! Thanks for this making this library.
I'm working on a project where we want to switch all our recurring invoices to Moneybird subscriptions. When looking through the docs and the example, I did not find a reference to a
$moneybird->subscriptions()
feature. When I did a search for 'subscription' in this repo, I didn't get a result either.Does that mean that this library doesn't support subscriptions yet?
Any idea if this can be implemented (soon)? The subscriptions API is almost exactly the same as the
recurringSalesInvoice()
API, so can't we just copy that one and change it to supportsubscriptions()
?Many thanks in advance!
Ralph
The text was updated successfully, but these errors were encountered: