CSR-1977: format change per prettier
This commit is contained in:
parent
636f8476af
commit
13dbad3680
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ export default {
|
|||
false
|
||||
);
|
||||
|
||||
// ensure that all promo codes that return are in all caps format
|
||||
// ensure that all promo codes that return are in all caps format
|
||||
promoValidationResponse?.orderPromos?.forEach((orderPromo) => {
|
||||
orderPromo.promoCode = orderPromo.promoCode.toUpperCase();
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue