Skip to content

Commit

Permalink
add a link to the document in curl.se
Browse files Browse the repository at this point in the history
  • Loading branch information
rubygitflow committed Feb 23, 2024
1 parent 8faa4be commit 1e4259b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/services/ozon/check_credentials.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# Useful links:
# https://docs.ozon.ru/api/seller/#operation/ProductAPI_GetProductList
# https://curl.se/docs/manpage.html

module Ozon
class CheckCredentials < BaseCheckCredentials
Expand Down
1 change: 1 addition & 0 deletions app/services/yandex/check_credentials.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# Useful links:
# https://yandex.ru/dev/market/partner-api/doc/ru/concepts/error-codes
# https://yandex.ru/dev/market/partner-api/doc/ru/reference/business-assortment/getOfferMappings
# https://curl.se/docs/manpage.html

module Yandex
class CheckCredentials < BaseCheckCredentials
Expand Down

0 comments on commit 1e4259b

Please sign in to comment.