Skip to content

Commit

Permalink
fix(payments): update origin_system for subhub to "fxa"
Browse files Browse the repository at this point in the history
  • Loading branch information
lmorchard committed Jul 22, 2019
1 parent 74bf007 commit 675f4fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/fxa-auth-server/lib/subhub/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const { buildStubAPI } = require('./stubAPI');
*/

// String identifying originating system for subhub
const ORIG_SYSTEM = 'Firefox Accounts';
const ORIG_SYSTEM = 'fxa';

const ErrorValidator = isA.object({
message: isA.string().required(),
Expand Down
2 changes: 1 addition & 1 deletion packages/fxa-auth-server/test/local/subhub/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const mockServer = nock(mockConfig.subhub.url, {
});

describe('subhub client', () => {
const ORIG_SYSTEM = 'Firefox Accounts';
const ORIG_SYSTEM = 'fxa';
const UID = '8675309';
const EMAIL = 'foo@example.com';
const DISPLAY_NAME = 'Foo Barbaz';
Expand Down

0 comments on commit 675f4fc

Please sign in to comment.