Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果订阅是用
recurly_subscription = Recurly::Subscription.create!( ... )
相应的发票可以用
recurly_subscription.invoice
但是如何检索相应的支付交易呢?
尝试这个:
s = Recurly::Subscription.first s.invoice.transactions