Skip to content

Commit

Permalink
merchant_id is not here anymore (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
xGouley authored Jun 18, 2021
1 parent e2fbc8c commit 67db6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _dev/src/store/modules/accounts/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export default {
const json = await response.json();
commit(MutationsTypes.SAVE_GOOGLE_ACCOUNT_TOKEN, json);
commit(MutationsTypes.SET_GOOGLE_ACCOUNT, json);
if (json.account_id && json.merchant_id) {
if (json.account_id) {
commit(MutationsTypes.SAVE_GMC, {
id: json.account_id,
});
Expand Down

0 comments on commit 67db6a9

Please sign in to comment.