@@ -91,8 +91,8 @@ This library currently supports both the legacy method "Main parameters only" an
9191 <?php
9292
9393 use Ogone\Passphrase;
94- use Ogone\CreateAliasRequest;
95- use Ogone\Alias;
94+ use Ogone\DirectLink\ CreateAliasRequest;
95+ use Ogone\DirectLink\ Alias;
9696
9797 $passphrase = new Passphrase('my-sha-in-passphrase-defined-in-ogone-interface');
9898 $shaComposer = new AllParametersShaComposer($passphrase);
@@ -125,10 +125,10 @@ This library currently supports both the legacy method "Main parameters only" an
125125``` php
126126 <?php
127127
128- use Ogone\DirectLinkPaymentRequest;
128+ use Ogone\DirectLink\ DirectLinkPaymentRequest;
129129 use Ogone\Passphrase;
130130 use Ogone\ShaComposer\AllParametersShaComposer;
131- use Ogone\Alias;
131+ use Ogone\DirectLink\ Alias;
132132
133133 $passphrase = new Passphrase('my-sha-in-passphrase-defined-in-ogone-interface');
134134 $shaComposer = new AllParametersShaComposer($passphrase);
@@ -180,7 +180,7 @@ This library currently supports both the legacy method "Main parameters only" an
180180``` php
181181 <?php
182182
183- use Ogone\CreateAliasResponse;
183+ use Ogone\DirectLink\ CreateAliasResponse;
184184 use Ogone\ShaComposer\AllParametersShaComposer;
185185
186186 // ...
@@ -207,7 +207,7 @@ As the DirectLink payment gets an instant feedback from the server (and no async
207207``` php
208208 <?php
209209
210- use Ogone\DirectLinkPaymentResponse;
210+ use Ogone\DirectLink\ DirectLinkPaymentResponse;
211211
212212 $directLinkResponse = new DirectLinkPaymentResponse('ogone-direct-link-result-as-xml');
213213
0 commit comments