chooseDifferentBillingAddress() public method

コード例 #1
0
ファイル: CheckoutContext.php プロジェクト: starspire/Sylius
 /**
  * @When I choose the different billing address
  */
 public function iChooseTheDifferentBillingAddress()
 {
     $this->addressPage->chooseDifferentBillingAddress();
 }