Skip to content

Commit

Permalink
fix(admin-ui): Allow Channel tokens to be updated from ChannelDetail
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Jun 10, 2021
1 parent cbe764a commit cafa04e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit cafa04e

Please sign in to comment.