100% discounted orders aren't marked as paid #474
-
Hi, in our store we have internal coupons which gives 100% discount. However when those are applied, the orders aren't marked as paid and we cannot fetch completed orders for that customers. This seems like a bug in the system |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
@virajsoni06 Looking into this |
Beta Was this translation helpful? Give feedback.
-
@virajsoni06 Looked into this and found that this is a known issue, but a fix would not be able to be implemented at this time as it would affect many users and could have negative effects depending on various use cases. We plan to add model versioning, which would allow us to apply a fix for this then, but there is no ETA at this time. In the meantime, this can be fixed directly within your account if you wish to do so. You will want to navigate to your developer console within the admin dashboard and run the following request.
|
Beta Was this translation helpful? Give feedback.
-
Hi @steven-k1 we updated the model and it still is the same, the order is not marked as paid |
Beta Was this translation helpful? Give feedback.
To clarify, it's not considered a bug as it was designed to work this way intentionally. Only when payments are made is an order considered "paid". The issue is that subscriptions were designed differently and we would like to make the two models consistent, but cannot make the design change while many users are expecting it as such.