Skip to content

Commit

Permalink
Fixing Prettier Issues
Browse files Browse the repository at this point in the history
  • Loading branch information
del15881 committed Feb 13, 2025
1 parent 1f5e03e commit f8ff4d5
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,22 @@ module.exports = targets => {
checkoutPagePaymentTypes.tap(payments =>
payments.add({
paymentCode: 'cashondelivery',
importPath: '@adobe/venia-sample-payments-cashondelivery/src/components/cashondelivery.js'
importPath:
'@adobe/venia-sample-payments-cashondelivery/src/components/cashondelivery.js'
})
);
editablePaymentTypes.tap(editablePaymentTypes => {
editablePaymentTypes.add({
paymentCode: 'cashondelivery',
importPath: '@adobe/venia-sample-payments-cashondelivery/src/components/editcod.js'

importPath:
'@adobe/venia-sample-payments-cashondelivery/src/components/editcod.js'
});
});
summaryPagePaymentTypes.tap(paymentSummaries =>
paymentSummaries.add({
paymentCode: 'cashondelivery',
importPath: '@adobe/venia-sample-payments-cashondelivery/src/components/summarycod.js'
importPath:
'@adobe/venia-sample-payments-cashondelivery/src/components/summarycod.js'
})
);
};

0 comments on commit f8ff4d5

Please sign in to comment.