Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jhowbhz authored Mar 1, 2024
1 parent bc77cd7 commit 63773a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,12 @@ $plan = Service::Plan([
"method" => "GET",
]);

// ou obter o plano do usuario
$plan = Service::Plan("me", [
"Bearer" => "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.....",
"method" => "GET",
]);

var_dump($plan);
die;
```
Expand Down

0 comments on commit 63773a8

Please sign in to comment.