Skip to content

Commit

Permalink
Update generated code for v513
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Sep 6, 2023
1 parent 3ab7e17 commit 54df904
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v510
v513
17 changes: 0 additions & 17 deletions lib/Service/TestHelpers/Issuing/CardService.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,21 +73,4 @@ public function shipCard($id, $params = null, $opts = null)
{
return $this->request('post', $this->buildPath('/v1/test_helpers/issuing/cards/%s/shipping/ship', $id), $params, $opts);
}

/**
* Updates the shipping status of the specified Issuing <code>Card</code> object to
* <code>submitted</code>.
*
* @param string $id
* @param null|array $params
* @param null|array|\Stripe\Util\RequestOptions $opts
*
* @throws \Stripe\Exception\ApiErrorException if the request fails
*
* @return \Stripe\Issuing\Card
*/
public function submitCard($id, $params = null, $opts = null)
{
return $this->request('post', $this->buildPath('/v1/test_helpers/issuing/cards/%s/shipping/submit', $id), $params, $opts);
}
}

0 comments on commit 54df904

Please sign in to comment.