forked from reactioncommerce/reaction
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release-1.14.0' into refactor-zenweasel-remove-paypal
- Loading branch information
Showing
374 changed files
with
4,802 additions
and
3,542 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
export default { | ||
"accounts/addressBookAdd"() { | ||
return {}; | ||
}, | ||
"accounts/addressBookUpdate"() { | ||
return {}; | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
import { Meteor } from "meteor/meteor"; | ||
import "./i18n"; | ||
import "./init.js"; | ||
import methods from "./methods"; | ||
|
||
/** | ||
* Query functions that do not import or use any Meteor packages or globals. These can be used both | ||
* by Meteor methods or publications, and by GraphQL resolvers. | ||
* @namespace Accounts/NoMeteorQueries | ||
*/ | ||
|
||
Meteor.methods(methods); |
7 changes: 0 additions & 7 deletions
7
imports/plugins/core/accounts/server/methods/__snapshots__/groupQuery.test.js.snap
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
imports/plugins/core/accounts/server/methods/__snapshots__/rolesQuery.test.js.snap
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...s/plugins/core/accounts/server/methods/__snapshots__/shopAdministratorsQuery.test.js.snap
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
imports/plugins/core/accounts/server/methods/__snapshots__/userAccountQuery.test.js.snap
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.