Merge pull request #1664 from RafaelTaranto/fix/small-email-auth-issues
Fix/small email auth issues
This commit is contained in:
commit
5b6491619e
2 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,3 @@
|
||||||
const {AUTH_METHODS} = require('./compliance-triggers')
|
|
||||||
|
|
||||||
const _ = require('lodash/fp')
|
const _ = require('lodash/fp')
|
||||||
const { validate } = require('uuid')
|
const { validate } = require('uuid')
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -51,6 +51,7 @@ const GET_TRANSACTIONS = gql`
|
||||||
customerIdCardPhotoPath
|
customerIdCardPhotoPath
|
||||||
customerFrontCameraPath
|
customerFrontCameraPath
|
||||||
customerPhone
|
customerPhone
|
||||||
|
customerEmail
|
||||||
discount
|
discount
|
||||||
customerId
|
customerId
|
||||||
isAnonymous
|
isAnonymous
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue