Skip to content

Commit

Permalink
Sets correctly stripe plans order
Browse files Browse the repository at this point in the history
  • Loading branch information
emmdim committed Nov 27, 2024
1 parent 56cded9 commit 9f8e8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stripe/stripe.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import (
var PricesLookupKeys = []string{
"essential_annual_plan",
"premium_annual_plan",
"custom_annual_plan",
"free_plan",
"custom_annual_plan",
}

// StripeClient is a client for interacting with the Stripe API.
Expand Down

0 comments on commit 9f8e8e0

Please sign in to comment.