Skip to content

Commit

Permalink
Updating Namespace to @adobe
Browse files Browse the repository at this point in the history
  • Loading branch information
del15881 committed Feb 13, 2025
1 parent a9c0614 commit cd20e95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@ module.exports = targets => {
payments.add({
paymentCode: 'cashondelivery',
importPath:
'@magento/venia-sample-payments-cashondelivery/src/components/cashondelivery.js'
'@adobe/venia-sample-payments-cashondelivery/src/components/cashondelivery.js'
})
);
editablePaymentTypes.tap(editablePaymentTypes => {
editablePaymentTypes.add({
paymentCode: 'cashondelivery',
importPath:
'@magento/venia-sample-payments-cashondelivery/src/components/editcod.js'
'@adobe/venia-sample-payments-cashondelivery/src/components/editcod.js'
});
});
summaryPagePaymentTypes.tap(paymentSummaries =>
paymentSummaries.add({
paymentCode: 'cashondelivery',
importPath:
'@magento/venia-sample-payments-cashondelivery/src/components/summarycod.js'
'@adobe/venia-sample-payments-cashondelivery/src/components/summarycod.js'
})
);
};
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@magento/venia-sample-payments-cashondelivery",
"name": "@adobe/venia-sample-payments-cashondelivery",
"version": "0.0.1",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit cd20e95

Please sign in to comment.