|
7 | 7 | use EbicsApi\Ebics\Builders\Document\CustomerDirectDebitBuilder; |
8 | 8 | use EbicsApi\Ebics\Builders\Document\CustomerUrgentCreditTransferBuilder; |
9 | 9 | use EbicsApi\Ebics\Contracts\EbicsClientInterface; |
10 | | -use EbicsApi\Ebics\Contracts\OrderDataInterface; |
11 | 10 | use EbicsApi\Ebics\Contracts\X509GeneratorInterface; |
12 | 11 | use EbicsApi\Ebics\EbicsClient; |
13 | 12 | use EbicsApi\Ebics\Factories\Crypt\RSAFactory; |
|
18 | 17 | use EbicsApi\Ebics\Models\Crypt\RSA; |
19 | 18 | use EbicsApi\Ebics\Models\CustomerCreditTransfer; |
20 | 19 | use EbicsApi\Ebics\Models\CustomerDirectDebit; |
21 | | -use EbicsApi\Ebics\Models\DOMDocument; |
22 | 20 | use EbicsApi\Ebics\Models\Keyring; |
23 | 21 | use EbicsApi\Ebics\Models\StructuredPostalAddress; |
24 | 22 | use EbicsApi\Ebics\Models\UnstructuredPostalAddress; |
25 | 23 | use EbicsApi\Ebics\Models\User; |
26 | 24 | use EbicsApi\Ebics\Models\X509\BankX509Generator; |
| 25 | +use EbicsApi\Ebics\Models\XmlData; |
27 | 26 | use EbicsApi\Ebics\Services\DebuggerHttpClient; |
28 | 27 | use EbicsApi\Ebics\Services\FakerHttpClient; |
29 | 28 | use EbicsApi\Ebics\Services\FileKeyringManager; |
@@ -246,10 +245,10 @@ public function credentialsDataProvider(int $credentialsId): array |
246 | 245 | * |
247 | 246 | * @param string $schema |
248 | 247 | * |
249 | | - * @return OrderDataInterface |
| 248 | + * @return XmlData |
250 | 249 | * @throws DOMException |
251 | 250 | */ |
252 | | - protected function buildCustomerCreditTransferV2(string $schema): DOMDocument |
| 251 | + protected function buildCustomerCreditTransferV2(string $schema): XmlData |
253 | 252 | { |
254 | 253 | $builder = new CustomerUrgentCreditTransferBuilder($schema); |
255 | 254 | $customerCreditTransfer = $builder |
|
0 commit comments