We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 082d3de commit eb14644Copy full SHA for eb14644
1 file changed
src/Action/NotifyAction.php
@@ -33,7 +33,7 @@ public function setApi($api): void
33
$this->simPayDirectBillingBridge->setAuthorizationData(
34
$api['simpay_api_key'],
35
$api['simpay_api_password'],
36
- (int) $api['simpay_service_id'],
+ $api['simpay_service_id'],
37
$api['simpay_service_api_key'],
38
);
39
}
0 commit comments