Skip to content

Commit

Permalink
Issue #19 Fix class name.
Browse files Browse the repository at this point in the history
The file name was a correct, but the class did not have the correct
PSR-4 name.
  • Loading branch information
Ubuntu committed Jan 13, 2021
1 parent f9ec05c commit 9573814
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,18 @@

/**
* Change an account address faster pauments status.
*
* Changes the faster payments status of the account,
* for instance marking the address as incoming or
* outgoing payments disabled.
*/

use Consilience\Starling\Payments\Request\Models\Endpoint;
use Consilience\Starling\Payments\AbstractRequest;
use UnexpectedValueException;
use Consilience\Starling\Payments\Request\Models\ChangeFasterPaymentsStatusPaymentAccountAddressRequest;

class UpdatePaymentAccountAddressPaymentsStatusStatus extends AbstractRequest
class UpdatePaymentAccountAddressFasterPaymentsStatus extends AbstractRequest
{
/**
* @inherit
Expand Down

0 comments on commit 9573814

Please sign in to comment.