Skip to content

Commit

Permalink
Added Cashier refresh() model method
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar committed Aug 19, 2021
1 parent e53222e commit 4658924
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Cashier/Resources/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ public function getCurrency(): string;
public function getCreatedAt(): string;

public function getExternalId(): ?string;

public function refresh(): void;
}

0 comments on commit 4658924

Please sign in to comment.