Skip to content

Commit

Permalink
chore(hooks): also store effective cancel date
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed Sep 2, 2023
1 parent a841293 commit 7e337dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/subscription-hook-storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ class Subscriptions {
const statusModel = {
alert_id: subscription.alert_id,
alert_name: subscription.alert_name,
cancellation_effective_date: subscription.cancellation_effective_date,
checkout_id: subscription.checkout_id,
currency: subscription.currency,
description: subscription.status,
Expand Down

0 comments on commit 7e337dc

Please sign in to comment.