CGSmith-LLC / shipwise-api

Shipwise API
Other
0 stars 0 forks source link

One Time Charges -> Error in pagination #126

Open bohdan-vorona opened 1 year ago

bohdan-vorona commented 1 year ago

Describe the bug

one-rime-charge

To Reproduce

In the test data, during the pagination (page 5), there is an error.

cgsmith commented 1 year ago

I think this might be if the customer name doesn't exist. We will need to change how billing and the subscriptions work with Stripe.

bohdan-vorona commented 1 year ago

@cgsmith Yes, you're right. The customer model doesn't exist. I can fix it for the moment, so there will be:

one-tc

Or I can just skip One Time Charges without existing Customers (I mean, don't display them). Or we can leave it until:

We will need to change how billing and the subscriptions work with Stripe.