Closed dimzeta closed 4 years ago
Fixed in v1.1.0, thanks for sharing!
@dimitribocquet
how to access this method "getOrderDetails " ? I am looking for a way to find out subscription details like next payments, status directly from paddle
@alzaabi98
Paddle::checkout()->getOrderDetails();
You can see some examples in the readme.
When we call
getOrderDetails
method, it looks like the endpoint called is https://vendors.paddle.com/api/1.0/order, but it should be https://checkout.paddle.com/api/1.0/order instead.With the first one, the method always returns a 404 error.