Skip to content

Commit

Permalink
Merge pull request #1875 from lmorchard/change-origin-system
Browse files Browse the repository at this point in the history
fix(payments): update origin_system for subhub to "fxa"
  • Loading branch information
bbangert authored Jul 22, 2019
2 parents b3e8aab + 675f4fc commit 617db9a
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 617db9a

Please sign in to comment.