File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ public function validateInvoiceCompliance(
131
131
try {
132
132
return $ this ->sendRequest (
133
133
'POST ' ,
134
- 'compliance/invoices ' ,
134
+ '/ compliance/invoices ' ,
135
135
['Accept-Language ' => 'en ' , 'Content-Type ' => 'application/json ' ],
136
136
[
137
137
'invoiceHash ' => $ invoiceHash ,
@@ -162,7 +162,7 @@ public function requestProductionCertificate(
162
162
): ProductionCertificateResult {
163
163
$ response = $ this ->sendRequest (
164
164
'POST ' ,
165
- 'production/csids ' ,
165
+ '/ production/csids ' ,
166
166
['Content-Type ' => 'application/json ' ],
167
167
['compliance_request_id ' => $ complianceRequestId ],
168
168
$ this ->createAuthHeaders ($ certificate , $ secret )
@@ -195,7 +195,7 @@ public function submitClearanceInvoice(
195
195
): array {
196
196
return $ this ->sendRequest (
197
197
'POST ' ,
198
- 'invoices/clearance/single ' ,
198
+ '/ invoices/clearance/single ' ,
199
199
['Clearance-Status ' => '1 ' , 'Accept-Language ' => 'en ' ],
200
200
[
201
201
'invoiceHash ' => $ invoiceHash ,
You can’t perform that action at this time.
0 commit comments