mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
11 lines
173 B
JavaScript
11 lines
173 B
JavaScript
import Users from 'meteor/vulcan:users';
|
|
|
|
Users.addField([
|
|
{
|
|
fieldName: 'stripeCustomerId',
|
|
fieldSchema: {
|
|
type: String,
|
|
optional: true,
|
|
}
|
|
}
|
|
]);
|