Skip to content

Commit 16dc3d0

Browse files
committed
Change stripe checkout field name
1 parent a0c282a commit 16dc3d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/api/routes/membership.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,15 +178,15 @@ const membershipPlugin: FastifyPluginAsync = async (fastify, _options) => {
178178
key: "firstName",
179179
label: {
180180
type: "custom",
181-
custom: "Student First Name",
181+
custom: "Member First Name",
182182
},
183183
type: "text",
184184
},
185185
{
186186
key: "lastName",
187187
label: {
188188
type: "custom",
189-
custom: "Student Last Name",
189+
custom: "Member Last Name",
190190
},
191191
type: "text",
192192
},

0 commit comments

Comments
 (0)