Skip to content

Commit f8c9a6e

Browse files
20201112 deployment
1 parent aa20cdf commit f8c9a6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ServiceConfigs/Gateways/PorticoConfig.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ public function configureContainer($services)
8383

8484
$payplan = new PayPlanConnector();
8585
$payplan->secretApiKey = $this->secretApiKey;
86+
$payplan->developerId = $this->developerId;
87+
$payplan->versionNumber = $this->versionNumber;
8688
$payplan->timeout = $this->timeout;
8789
$payplan->serviceUrl = $this->serviceUrl . $this->getPayPlanEndpoint();
8890

0 commit comments

Comments
 (0)