Skip to content

Commit 97c30d9

Browse files
cdxkerskeptrunedev
authored andcommitted
feature: make subscription stripe_id be a unique random uuid for shopify
free plans
1 parent 9549397 commit 97c30d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/src/handlers/auth_handler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ pub async fn create_api_only_user(
753753
.clone();
754754

755755
create_flat_subscription_query(
756-
"shopify_free_plan".to_string(),
756+
uuid::Uuid::new_v4().to_string(),
757757
uuid::Uuid::parse_str("dead0000-f0ee-4000-a000-000000000000")
758758
.expect("hardcoded should be valid uuid"),
759759
organization.id,

0 commit comments

Comments
 (0)