Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Update checkout_new_step.md #4399

Merged
merged 2 commits into from
Jun 17, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions guides/v2.1/howdoi/checkout/checkout_new_step.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,11 @@ define(
* The navigate() method is responsible for navigation between checkout step
* during checkout. You can add custom logic, for example some conditions
* for switching to your custom step
* When the user navigates to the custom step via url anchor or back button we_must show step manually here
*/
navigate: function () {

this.isVisible(true);
},

/**
Expand Down