Skip to content

Commit

Permalink
Use prod TSEP on the parallel prod environment
Browse files Browse the repository at this point in the history
  • Loading branch information
wrandall22 committed Sep 28, 2023
1 parent c22c848 commit 69a1566
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class CreditCardController {
}) // Send masked card number when card number is not updated
: this.tsysService.getManifest()
.mergeMap(data => {
const productionEnvironments = ['production', 'prodcloud']
const productionEnvironments = ['production', 'prodcloud', 'preprod']
const actualEnvironment = this.envService.get()
const ccpEnvironment = productionEnvironments.includes(actualEnvironment) ? 'production' : actualEnvironment

Expand Down

0 comments on commit 69a1566

Please sign in to comment.