This repository has been archived by the owner on Feb 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 63
Metered billing? #173
Comments
More questions....
Dates in this test are 2020-01-01 and 2020-01-10 (differing from the values in the first message) |
Some notes on testing/debugging:
mollie()->payments()->get($paymentId)->_links->changePaymentState() More info here. |
Closing this for now, let me know if it should be reopened. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
How exactly should metered billing work?
I am writing a processor as you suggested but some things are quite strange. In my test I do the following:
subscribeToPlanAndProcessPayment() is a function that triggers a subscription
handle() in my processor is called once with the following order Item:
And the connected subscription:
My questions are:
Or am I doing it wong and I have to create my own order items before the processor is called?
The text was updated successfully, but these errors were encountered: