We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51eb3f6 commit 3b47974Copy full SHA for 3b47974
src/commercetools/testing/project.py
@@ -81,7 +81,7 @@ def change_country_tax_rate_fallback_enabled(
81
"changeCurrencies": update_attribute("currencies", "currencies"),
82
"changeName": update_attribute("name", "name"),
83
"changeLanguages": update_attribute("languages", "languages"),
84
- "setExternalOAuth": update_attribute("externalOAuth", "external_oauth"),
+ "setExternalOAuth": update_attribute("externalOAuth", "external_o_auth"),
85
"changeMessagesEnabled": change_messages_enabled,
86
"changeCountryTaxRateFallbackEnabled": change_country_tax_rate_fallback_enabled,
87
}
0 commit comments