changePaymentMethod() public method

public changePaymentMethod ( )
コード例 #1
0
ファイル: CheckoutContext.php プロジェクト: starspire/Sylius
 /**
  * @When I decide to change the payment method
  */
 public function iGoToThePaymentStep()
 {
     $this->completePage->changePaymentMethod();
 }