Skip to content

Commit

Permalink
chore: typo attr
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjue666 committed Dec 3, 2024
1 parent a237faf commit 8805f4f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ new ListingProduct({
const follow_goods = new ListingProduct({ marketplace_id: 'ATVPDKIKX0DER', data: {
product_type: 'HOME',
asin: 'B07Z8Z1VCC',
condition: 'New',
condition: 'new_new',
quantity: 100,
deal_time: 3,
sell_price: 88.88,
Expand All @@ -443,7 +443,7 @@ const follow_goods = new ListingProduct({ marketplace_id: 'ATVPDKIKX0DER', data:
"attributes": {
"condition_type": [
{
"value": "New"
"value": "new_new"
}
],
"merchant_suggested_asin": [
Expand Down
4 changes: 2 additions & 2 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ new ListingProduct({
const follow_goods = new ListingProduct({ marketplace_id: 'ATVPDKIKX0DER', data: {
product_type: 'HOME',
asin: 'B07Z8Z1VCC',
condition: 'New',
condition: 'new_new',
quantity: 100,
deal_time: 3,
sell_price: 88.88,
Expand All @@ -443,7 +443,7 @@ const follow_goods = new ListingProduct({ marketplace_id: 'ATVPDKIKX0DER', data:
"attributes": {
"condition_type": [
{
"value": "New"
"value": "new_new"
}
],
"merchant_suggested_asin": [
Expand Down
2 changes: 1 addition & 1 deletion test/listing/product/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ describe('should', () => {
const follow_goods = new ListingProduct({ marketplace_id: 'ATVPDKIKX0DER', data: {
product_type: 'HOME',
asin: 'B07Z8Z1VCC',
condition: 'New',
condition: 'new_new',
quantity: 100,
deal_time: 3,
sell_price: 88.88,
Expand Down

0 comments on commit 8805f4f

Please sign in to comment.