(AmazonPay) (必須)
(RestRouteGuards) (必須)
ファイル: src/Routing/RedirectRouteGuards.php
public function __construct(AmazonPay $module, RestRouteGuards $restRouteGuards) {
$this->module = $module;
$this->restRouteGuards = $restRouteGuards;
}