Skip to content

Commit eb14644

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Action/NotifyAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function setApi($api): void
3333
$this->simPayDirectBillingBridge->setAuthorizationData(
3434
$api['simpay_api_key'],
3535
$api['simpay_api_password'],
36-
(int) $api['simpay_service_id'],
36+
$api['simpay_service_id'],
3737
$api['simpay_service_api_key'],
3838
);
3939
}

0 commit comments

Comments
 (0)