関数
PayAndShip::getAmazonCheckoutDetailsComponent()
AmazonCheckoutDetails
component with appropriate checkout session ID戻り値 戻り値
ファイル: src/Views/CheckoutReview/PayAndShip/PayAndShip.php
42 43 44 45 | protected function getAmazonCheckoutDetailsComponent() { $this ->checkoutDetailsComp = new AmazonCheckoutDetails( $this ->module, $_REQUEST [ 'amazonCheckoutSessionId' ]); return $this ->checkoutDetailsComp; } |