Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return View from present method #140

Merged
merged 1 commit into from
Mar 12, 2024
Merged

Return View from present method #140

merged 1 commit into from
Mar 12, 2024

Conversation

markmur
Copy link
Contributor

@markmur markmur commented Mar 4, 2024

What changes are you making?

Returns the CheckoutViewController from the present method


Before you merge

Important


Checklist for releasing a new version
  • I have bumped the version number in the podspec file.
  • I have bumped the version number in the README.
  • I have added a Changelog entry.

Tip

See the Contributing documentation for instructions on how to publish a new version of the library.

@markmur markmur self-assigned this Mar 4, 2024
@markmur markmur changed the title Markmur/return view Return View from present method Mar 4, 2024
@markmur markmur changed the base branch from main to v2 March 4, 2024 15:01
from.present(CheckoutViewController(checkout: url, delegate: delegate), animated: true)
}

public func presentRepresentable(checkout url: URL, delegate: CheckoutDelegate? = nil) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As far as I can tell this is not used at all

@markmur markmur requested review from kiftio and cocoahero March 4, 2024 15:04
@markmur markmur marked this pull request as ready for review March 4, 2024 15:14
@markmur markmur requested a review from a team as a code owner March 4, 2024 15:14
@markmur markmur force-pushed the markmur/return-view branch from 83c43c6 to efb8dfa Compare March 5, 2024 15:38
@markmur markmur force-pushed the v2 branch 3 times, most recently from 8daee69 to def03dd Compare March 6, 2024 16:37
@markmur markmur force-pushed the markmur/return-view branch from efb8dfa to f41af42 Compare March 7, 2024 13:42
@markmur markmur force-pushed the markmur/return-view branch 5 times, most recently from 57ee060 to 331a8d1 Compare March 7, 2024 14:59
@markmur markmur force-pushed the v2 branch 7 times, most recently from cdd337a to a11c02a Compare March 8, 2024 12:00
@markmur markmur force-pushed the markmur/return-view branch from 331a8d1 to 1fb518f Compare March 12, 2024 10:28
@markmur markmur merged commit 620b5c4 into v2 Mar 12, 2024
6 checks passed
@markmur markmur deleted the markmur/return-view branch March 12, 2024 10:42
@markmur markmur mentioned this pull request Mar 12, 2024
15 tasks
kiftio pushed a commit that referenced this pull request Mar 18, 2024
* Add Order details to CheckoutCompleted event (#128)

* Update schema from 7.0 to 8.0 (#132)

* Make title configurable (#138)

* Replace loading spinner with progress bar (#129)

* SwiftUI improvements (#133)

* Return View from present method (#140)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants