Skip to content

Commit

Permalink
added object name to bank class
Browse files Browse the repository at this point in the history
  • Loading branch information
timoladoyinbo committed Feb 21, 2021
1 parent ab37dd4 commit a14a893
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Bank.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

class Bank extends ApiResource
{
const OBJECT_NAME = 'bank';

use ApiOperations\All;

/**
Expand Down

0 comments on commit a14a893

Please sign in to comment.