Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit 66a2a5b

Browse files
authored
Merge pull request #169 from coderbag/patch-review-path
fix: change the abstract review path
2 parents 3c15d3a + 18ac1e4 commit 66a2a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/magento2/review.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import AbstractReviewProxy from '../abstract/user'
1+
import AbstractReviewProxy from '../abstract/review'
22
import { multiStoreConfig } from './util'
33
const Magento2Client = require('magento2-rest-client').Magento2Client;
44

0 commit comments

Comments
 (0)