Skip to content

Commit

Permalink
Merge branch 'main' into feature/case-iterable-currencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewangeta authored Jun 13, 2024
2 parents cb0dae0 + b8c6670 commit 8722a76
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ public enum PaymentIntentCancellationReason: String, Codable {
public enum PaymentIntentCaptureMethod: String, Codable {
/// (Default) Stripe automatically captures funds when the customer authorizes the payment.
case automatic
case automaticAsync = "automatic_async"
/// Place a hold on the funds when the customer authorizes the payment, but don’t capture the funds until later. (Not all payment methods support this.)
case manual
}
Expand Down

0 comments on commit 8722a76

Please sign in to comment.