Skip to content

Commit

Permalink
Merge pull request stripe#2696 from stripe/vardges/prs/instant-debits…
Browse files Browse the repository at this point in the history
…/remove_mandate_step

InstantDebitsOnly: Removes mandate step
  • Loading branch information
vardges-stripe authored Jun 29, 2023
2 parents 5117fbc + 410ac6e commit 9061147
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 600 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@
/* Text providing link to terms for ACH payments */
"By continuing, you agree to authorize payments pursuant to <terms>these terms</terms>." = "By continuing, you agree to authorize payments pursuant to <terms>these terms</terms>.";

/* Mandate text displayed when paying via Link instant debit. */
"By continuing, you agree to authorize payments pursuant to these <terms>terms</terms>." = "By continuing, you agree to authorize payments pursuant to these <terms>terms</terms>.";

/* Cash App mandate text */
"By continuing, you authorize %@ to debit your Cash App account for this payment and future payments in accordance with %@'s terms, until this authorization is revoked. You can change this anytime in your Cash App Settings." = "By continuing, you authorize %1$@ to debit your Cash App account for this payment and future payments in accordance with %2$@'s terms, until this authorization is revoked. You can change this anytime in your Cash App Settings.";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ final class InstantDebitsOnlyAuthenticationSessionManager: NSObject {

return promise
}

func cancel() {
authSession?.cancel()
}
}

// MARK: - ASWebAuthenticationPresentationContextProviding
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 9061147

Please sign in to comment.