PHP Interface Sylius\Behat\Page\Shop\Checkout\SelectPaymentPageInterface

Author: Anna Walasek ([email protected])
Inheritance: extends Sylius\Behat\Page\SymfonyPageInterface
Afficher le fichier Open project: sylius/sylius Interface Usage Examples

Méthodes publiques

Méthode Description
changeAddressByStepLabel ( )
changeShippingMethod ( )
changeShippingMethodByStepLabel ( )
getItemSubtotal ( string $itemName ) : string
getPaymentMethods ( ) : string[]
hasNoAvailablePaymentMethodsWarning ( ) : boolean
hasPaymentMethod ( string $paymentMethodName ) : boolean
isNextStepButtonUnavailable ( ) : boolean
nextStep ( )
selectPaymentMethod ( string $paymentMethod )

Method Details

changeAddressByStepLabel() public méthode

changeShippingMethod() public méthode

changeShippingMethodByStepLabel() public méthode

getItemSubtotal() public méthode

public getItemSubtotal ( string $itemName ) : string
$itemName string
Résultat string

getPaymentMethods() public méthode

public getPaymentMethods ( ) : string[]
Résultat string[]

hasNoAvailablePaymentMethodsWarning() public méthode

hasPaymentMethod() public méthode

public hasPaymentMethod ( string $paymentMethodName ) : boolean
$paymentMethodName string
Résultat boolean

isNextStepButtonUnavailable() public méthode

nextStep() public méthode

public nextStep ( )

selectPaymentMethod() public méthode

public selectPaymentMethod ( string $paymentMethod )
$paymentMethod string