You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* consolidate order states in PayPal Web views
* add generic SuccessView
* WIP - shared result view
* WIP - start consolidating result views
* WIP - continue refactoring state for PayPal Web
* WIP - continued paypal web demo app refactor
* WIP - start cleaning up file names; method signatures; etc for PayPal Web
* cleanup how data is passed
* add new state and general cleanup
* cleanup funding source name, remove redundant types
* cleanup views and remove order completion view
* rename PayPalWebCompleteTransactionView to PayPalWebTransactionView; replace result view with status view so they do not dissapear on change for transaction view
* update funding source
* extract intent from view model directly
* minor cleanup
* sort paypal web files by name
* cleanup authorize/capture order into singular method
* add logic to reset state; combine loaded and success state; extract update logic into methods
* merge main into demo-app-refactor
* add ScrollView to PayPalWebTransactionView
* PR feedback: rename Status enum to OrderStatus
* PR feedback: rely on status instead or resetting state
* update name of payPalViewModel to payPalWebViewModel
* add scroll to bottom of PayPalWebTransactionView on vault with purchase
* update order status from started to created to more accurately refect status
* update PayPalWebDemoView to PayPalWebPaymentsView
* add navigationViewStyle
* update delegate to use updateState
* move PayPalWebViewModel into PayPalWebPayments feature directory
* remove OrderStatus and add cases to CurrentState
* refactor current state; add back in OrderStatus; fix bug with ErrorView
0 commit comments