Remove duplicated comment

This commit is contained in:
Ryan Slobojan 2021-10-14 11:52:07 -04:00
parent b6bad308fd
commit b4f42f946b
1 changed files with 0 additions and 4 deletions

View File

@ -74,10 +74,6 @@ export async function registerPass(registrationPayload: any) : Promise<boolean>
} }
export function generateSHCRegisterPayload(shcReceipt: SHCReceipt) { export function generateSHCRegisterPayload(shcReceipt: SHCReceipt) {
// Register an SHC pass by adding in our pertinent data fields. We only do this so we
// can detect changes from providers and react quickly - we don't need these for any
// validation since SHCs are self-validating. This entire registration process could
// be turned off for SHCs and there would be no harm to the card creation process
const retPayload = {}; const retPayload = {};
retPayload['cardOrigin'] = shcReceipt.cardOrigin; retPayload['cardOrigin'] = shcReceipt.cardOrigin;
retPayload['issuer'] = shcReceipt.issuer; retPayload['issuer'] = shcReceipt.issuer;