Skip to content

Commit

Permalink
gp3d: support mac pro chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
slogsdon committed Dec 3, 2020
1 parent f3216a3 commit b89af0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/globalpayments-3ds/src/enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ export function colorDepth(value: number) {
result += "SIXTEEN";
break;
case 24:
case 30:
result += "TWENTY_FOUR";
break;
case 32:
Expand Down

0 comments on commit b89af0d

Please sign in to comment.