diff --git a/exchange/client/Client.php b/exchange/client/Client.php index 6fa22f1..df00dfc 100644 --- a/exchange/client/Client.php +++ b/exchange/client/Client.php @@ -560,7 +560,7 @@ public function completePreauthorize(Preauthorize $transactionData) { /** * void a previously preauthorized transaction * - * @param \CloudPay\Client\Transaction\VoidTransaction $transactionData + * @param \Exchange\Client\Transaction\VoidTransaction $transactionData * * @return Result * @throws ClientException diff --git a/exchange/client/Data/CreditCardCustomer.php b/exchange/client/Data/CreditCardCustomer.php index fef8958..30f9cfb 100644 --- a/exchange/client/Data/CreditCardCustomer.php +++ b/exchange/client/Data/CreditCardCustomer.php @@ -1,11 +1,11 @@ \CloudPay\Client\CustomerProfile\CustomerData::class, - 'paymentInstrument' => \CloudPay\Client\CustomerProfile\PaymentInstrument::class, - 'paymentData.card' => \CloudPay\Client\CustomerProfile\PaymentData\CardData::class, - 'paymentData.iban' => \CloudPay\Client\CustomerProfile\PaymentData\IbanData::class, - 'paymentData.wallet' => \CloudPay\Client\CustomerProfile\PaymentData\WalletData::class, + 'customerData' => \Exchange\Client\CustomerProfile\CustomerData::class, + 'paymentInstrument' => \Exchange\Client\CustomerProfile\PaymentInstrument::class, + 'paymentData.card' => \Exchange\Client\CustomerProfile\PaymentData\CardData::class, + 'paymentData.iban' => \Exchange\Client\CustomerProfile\PaymentData\IbanData::class, + 'paymentData.wallet' => \Exchange\Client\CustomerProfile\PaymentData\WalletData::class, ); /** diff --git a/exchange/client/Json/ErrorResponse.php b/exchange/client/Json/ErrorResponse.php index 784ddb5..5669519 100644 --- a/exchange/client/Json/ErrorResponse.php +++ b/exchange/client/Json/ErrorResponse.php @@ -1,11 +1,11 @@ returnData; } /** - * @param \CloudPay\Client\Data\Result\ResultData $returnData + * @param \Exchange\Client\Data\Result\ResultData $returnData * * @return $this */ diff --git a/exchange/client/Transaction/VoidTransaction.php b/exchange/client/Transaction/VoidTransaction.php index 5897ae1..1f0d112 100644 --- a/exchange/client/Transaction/VoidTransaction.php +++ b/exchange/client/Transaction/VoidTransaction.php @@ -1,13 +1,13 @@