Skip to content

Commit

Permalink
Merge pull request #353 from ymaheshwari1/fix/paymentChipColor
Browse files Browse the repository at this point in the history
Removed: warning color from payment authorized chip
  • Loading branch information
ravilodhi authored Nov 8, 2023
2 parents cadcb28 + 2ea1e15 commit 6c9b157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/OrderDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ export default defineComponent({
defaultShipmentBoxType: '',
itemsIssueSegmentSelected: [] as any,
statusColor: {
'PAYMENT_AUTHORIZED': 'warning',
'PAYMENT_AUTHORIZED': '',
'PAYMENT_CANCELLED': 'warning',
'PAYMENT_DECLINED': 'warning',
'PAYMENT_NOT_AUTH': 'warning',
Expand Down

0 comments on commit 6c9b157

Please sign in to comment.