Skip to content

Commit

Permalink
Adds stripe custom plan
Browse files Browse the repository at this point in the history
  • Loading branch information
emmdim committed Nov 27, 2024
1 parent b3fa6c4 commit 6b249a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stripe/stripe.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import (
var PricesLookupKeys = []string{
"essential_annual_plan",
"premium_annual_plan",
"custom_annual_plan",
"free_plan",
}

Expand Down

0 comments on commit 6b249a9

Please sign in to comment.