Browse Source

fix(admin-ui): Allow Channel tokens to be updated from ChannelDetail

Michael Bromley 4 years ago
parent
commit
cafa04ec07

+ 1 - 0
packages/admin-ui/src/lib/settings/src/components/channel-detail/channel-detail.component.ts

@@ -137,6 +137,7 @@ export class ChannelDetailComponent
                     const input = {
                         id: channel.id,
                         code: formValue.code,
+                        token: formValue.token,
                         pricesIncludeTax: formValue.pricesIncludeTax,
                         currencyCode: formValue.currencyCode,
                         defaultShippingZoneId: formValue.defaultShippingZoneId,