Skip to content

Commit

Permalink
Update generated code for v1520
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Feb 28, 2025
1 parent 12be4d3 commit ea3f791
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1518
v1520
12 changes: 6 additions & 6 deletions lib/Service/PaymentMethodDomainService.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@ public function update($id, $params = null, $opts = null)
}

/**
* Some payment methods such as Apple Pay require additional steps to verify a
* domain. If the requirements weren’t satisfied when the domain was created, the
* payment method will be inactive on the domain. The payment method doesn’t appear
* in Elements for this domain until it is active.
* Some payment methods might require additional steps to register a domain. If the
* requirements weren’t satisfied when the domain was created, the payment method
* will be inactive on the domain. The payment method doesn’t appear in Elements or
* Embedded Checkout for this domain until it is active.
*
* To activate a payment method on an existing payment method domain, complete the
* required validation steps specific to the payment method, and then validate the
* payment method domain with this endpoint.
* required registration steps specific to the payment method, and then validate
* the payment method domain with this endpoint.
*
* Related guides: <a
* href="/docs/payments/payment-methods/pmd-registration">Payment method
Expand Down

0 comments on commit ea3f791

Please sign in to comment.