Skip to content

Commit

Permalink
Merge pull request #13 from Teknasyon/hotfix/GE-2148
Browse files Browse the repository at this point in the history
fix.
  • Loading branch information
hakanteknasyon committed Jun 12, 2024
2 parents 9c9d1a5 + 36169a4 commit fe34fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/eSIMCoreService.php
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ public function postSubscriberBalance(SubscriberBalanceRequest $subscriberBalanc
];

$signatureDto = SignatureDto::builder()
->setUrl($this->baseUri . self::SUBSCRIBER_BALANCE_ROUTE)
->setUrl($this->baseUri . sprintf(self::SUBSCRIBER_BALANCE_ROUTE, $subscriberBalanceRequest->getOpaqueId()))
->setHeaders($headers)
->setPayload($payload);

Expand Down

0 comments on commit fe34fff

Please sign in to comment.