Definition at line 12 of file IframeConfigProvider.php.
◆ __construct()
__construct |
( |
PaymentHelper |
$paymentHelper, |
|
|
UrlInterface |
$urlBuilder |
|
) |
| |
- Parameters
-
PaymentHelper | $paymentHelper | |
UrlInterface | $urlBuilder | |
Definition at line 42 of file IframeConfigProvider.php.
49 foreach ($this->methodCodes as
$code) {
50 $this->methods[
$code] = $this->paymentHelper->getMethodInstance(
$code);
◆ getConfig()
◆ getFrameActionUrl()
getFrameActionUrl |
( |
|
$code | ) |
|
|
protected |
Get frame action URL
- Parameters
-
- Returns
- string
Definition at line 79 of file IframeConfigProvider.php.
84 $url = $this->urlBuilder->getUrl(
'paypal/payflowadvanced/form', [
'_secure' =>
true]);
87 $url = $this->urlBuilder->getUrl(
'paypal/payflow/form', [
'_secure' =>
true]);
90 $url = $this->urlBuilder->getUrl(
'paypal/hostedpro/redirect', [
'_secure' =>
true]);
const METHOD_PAYFLOWADVANCED
◆ $methodCodes
◆ $methods
◆ $paymentHelper
◆ $urlBuilder
The documentation for this class was generated from the following file: