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
@bhelx Thanks, that worked. I was trying to print $coupons which I assumed would have been the dump of all data but it wasn't. Works if I loop through $coupons though and print $coupon then.
Hi,
I'm able to get the coupon list in XML using
Recurly_Client::request('GET', '/coupons')
But when I use
Recurly_CouponList::get()
, this is what I get:I don't get the coupon list in the second case. What could I be doing wrong?
The text was updated successfully, but these errors were encountered: