We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 917bfc1 commit b1ceba2Copy full SHA for b1ceba2
1 file changed
src/Apis/MP/MarketplaceApi.php
@@ -57,10 +57,10 @@ class MarketplaceApi extends Walmart
57
Country::MX => MX\OrdersApi::class,
58
Country::US => US\OrdersApi::class,
59
],
60
- 'price' => [
61
- Country::CA => CA\PriceApi::class,
62
- Country::MX => MX\PriceApi::class,
63
- Country::US => US\PriceApi::class,
+ 'prices' => [
+ Country::CA => CA\PricesApi::class,
+ Country::MX => MX\PricesApi::class,
+ Country::US => US\PricesApi::class,
64
65
'promotion' => [
66
Country::CA => CA\PromotionApi::class,
0 commit comments