Skip to content

Commit

Permalink
fix(domain.zone.activate): only autopay depending on payment method (#…
Browse files Browse the repository at this point in the history
…3569)

Signed-off-by: Marie JONES <[email protected]>
  • Loading branch information
marie-j authored Sep 14, 2020
1 parent b62d029 commit e8f79ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default class DomainDnsZoneActivateController {
checkoutOrderCart(autoPayWithPreferredPaymentMethod, cartId, isOptionFree) {
this.checkoutLoading = true;
this.DomainDnsZoneActivateService.checkoutOrderCart(
isOptionFree || autoPayWithPreferredPaymentMethod,
autoPayWithPreferredPaymentMethod,
cartId,
)
.then((order) => {
Expand Down

0 comments on commit e8f79ea

Please sign in to comment.