Skip to content

Commit 4658924

Browse files
author
Andrey Helldar
committed
Added Cashier refresh() model method
1 parent e53222e commit 4658924

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Cashier/Resources/Model.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ public function getCurrency(): string;
3030
public function getCreatedAt(): string;
3131

3232
public function getExternalId(): ?string;
33+
34+
public function refresh(): void;
3335
}

0 commit comments

Comments
 (0)