1
0
mirror of synced 2026-08-05 14:47:03 +00:00

user cancels subscription

This commit is contained in:
Rimian Perkins
2019-10-31 10:01:41 +11:00
parent 03cbc235b1
commit dbaa30ba18
7 changed files with 63 additions and 32 deletions
@@ -13,7 +13,6 @@ module DiscoursePatrons
expand: ['data.subscriptions']
)
subscriptions = customers[:data].map do |customer|
customer[:subscriptions][:data]
end.flatten(1)