Beispiel #1
0
 /**
  * @When I cancel my PayPal payment
  */
 public function iCancelMyPaypalPayment()
 {
     $this->paypalExpressCheckoutPage->cancel();
 }