Skip to content

Commit

Permalink
Merge pull request #2 from cashier-provider/1.x
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Andrey Helldar authored Dec 8, 2021
2 parents c7032fa + 449b1e5 commit ae4e000
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Add your driver information to the `config/cashier.php` file:

```php
use App\Models\Payment;
use App\Payments\TinkoffOnline as TinkoffOnlineDetails;
use App\Payments\Tinkoff as TinkoffOnlineDetails;
use CashierProvider\Core\Constants\Driver;
use CashierProvider\Tinkoff\Online\Driver as TinkoffOnlineDriver;

Expand Down Expand Up @@ -75,7 +75,7 @@ namespace App\Payments;

use CashierProvider\Core\Resources\Model;

class TinkoffOnline extends Model
class Tinkoff extends Model
{
protected function paymentId(): string
{
Expand Down Expand Up @@ -112,7 +112,7 @@ use App\Models\Payment;
use CashierProvider\Core\Resources\Model;
use Illuminate\Database\Eloquent\Builder;

class TinkoffOnline extends Model
class Tinkoff extends Model
{
protected $bank;

Expand Down

0 comments on commit ae4e000

Please sign in to comment.