Skip to content

Commit d6a55bd

Browse files
authored
Service ID has changed to string (uuid)
1 parent eb14644 commit d6a55bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Action/StatusAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function setApi($api): void
2727
$this->simPayDirectBillingBridge->setAuthorizationData(
2828
$api['simpay_api_key'],
2929
$api['simpay_api_password'],
30-
(int) $api['simpay_service_id'],
30+
$api['simpay_service_id'],
3131
$api['simpay_service_api_key'],
3232
);
3333
}

0 commit comments

Comments
 (0)