PHP Interface Sylius\Behat\Page\Shop\Order\ShowPageInterface

Author: Arkadiusz Krakowiak ([email protected])
Inheritance: extends Sylius\Behat\Page\SymfonyPageInterface
Datei anzeigen Open project: sylius/sylius Interface Usage Examples

Public Methods

Method Description
choosePaymentMethod ( string $paymentMethodName )
getNotifications ( ) : string[]
hasPayAction ( ) : boolean
pay ( )

Method Details

choosePaymentMethod() public method

public choosePaymentMethod ( string $paymentMethodName )
$paymentMethodName string

getNotifications() public method

public getNotifications ( ) : string[]
return string[]

hasPayAction() public method

public hasPayAction ( ) : boolean
return boolean

pay() public method

public pay ( )