We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa20cdf commit f8c9a6eCopy full SHA for f8c9a6e
src/ServiceConfigs/Gateways/PorticoConfig.php
@@ -83,6 +83,8 @@ public function configureContainer($services)
83
84
$payplan = new PayPlanConnector();
85
$payplan->secretApiKey = $this->secretApiKey;
86
+ $payplan->developerId = $this->developerId;
87
+ $payplan->versionNumber = $this->versionNumber;
88
$payplan->timeout = $this->timeout;
89
$payplan->serviceUrl = $this->serviceUrl . $this->getPayPlanEndpoint();
90
0 commit comments