mirror of
https://github.com/vale981/Vulcan
synced 2025-03-08 19:11:38 -05:00
11 lines
175 B
JavaScript
11 lines
175 B
JavaScript
import Users from 'meteor/vulcan:users';
|
|
|
|
Users.addField([
|
|
{
|
|
fieldName: 'stripeCustomerId',
|
|
fieldSchema: {
|
|
type: String,
|
|
optional: true,
|
|
},
|
|
},
|
|
]);
|