File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
packages/extensions/venia-sample-payments-cashondelivery Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,21 +21,21 @@ module.exports = targets => {
21
21
payments . add ( {
22
22
paymentCode : 'cashondelivery' ,
23
23
importPath :
24
- '@magento /venia-sample-payments-cashondelivery/src/components/cashondelivery.js'
24
+ '@adobe /venia-sample-payments-cashondelivery/src/components/cashondelivery.js'
25
25
} )
26
26
) ;
27
27
editablePaymentTypes . tap ( editablePaymentTypes => {
28
28
editablePaymentTypes . add ( {
29
29
paymentCode : 'cashondelivery' ,
30
30
importPath :
31
- '@magento /venia-sample-payments-cashondelivery/src/components/editcod.js'
31
+ '@adobe /venia-sample-payments-cashondelivery/src/components/editcod.js'
32
32
} ) ;
33
33
} ) ;
34
34
summaryPagePaymentTypes . tap ( paymentSummaries =>
35
35
paymentSummaries . add ( {
36
36
paymentCode : 'cashondelivery' ,
37
37
importPath :
38
- '@magento /venia-sample-payments-cashondelivery/src/components/summarycod.js'
38
+ '@adobe /venia-sample-payments-cashondelivery/src/components/summarycod.js'
39
39
} )
40
40
) ;
41
41
} ;
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @magento /venia-sample-payments-cashondelivery" ,
2
+ "name" : " @adobe /venia-sample-payments-cashondelivery" ,
3
3
"version" : " 0.0.1" ,
4
4
"publishConfig" : {
5
5
"access" : " public"
You can’t perform that action at this time.
0 commit comments