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

[DO NOT REVIEW] Merge RBA Metadata feature branch #1423

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

richherrera
Copy link
Contributor

Summary of changes

  • These changes were already reviewed as sub-PRs
  • This PR is to trigger CI checks

Checklist

  • Added a changelog entry
  • Relevant test coverage

Authors

jaxdesmarais and others added 14 commits June 24, 2024 10:50
* fix constraints warning by adding leading and trailing constraints for nested stackViews
* remove print statement
* Update to include total_amount property

* Update demo and test

* Update comment

* Change productAmount to productPrice

* Revert "Change productAmount to productPrice"

This reverts commit ea65894.

* Group totalAmount property closer with other required properties

* Group totalAmount property with other required props

* PR comment
* Working demo values for RBA

* PR feedback startDate format docstring

* jax PR comment

* Jax Pr feedback 2

---------

Co-authored-by: Victoria Park <[email protected]>
# Conflicts:
#	CHANGELOG.md
#	Demo/Application/Features/PayPalWebCheckoutViewController.swift
* Update to include production tokenization key

* Use current production token

* Add TODO
# Conflicts:
#	Demo/Application/Features/PayPalWebCheckoutViewController.swift
* End to end testing revealed that there are cases where billing_frequency and billing_frequency_unit are not required for unscheduled cases for RBA metadata - updated and tested that these fields can be omitted without error when the recurringBillingPlanType is .unscheduled and the pricingModel is .autoReload per the test case
* Updated docstrings
@@ -182,10 +182,21 @@ class ContainmentViewController: UIViewController {
}
}

// TODO: Remove this once ModXO goes GA
Copy link
Contributor

@scannillo scannillo Oct 1, 2024

Choose a reason for hiding this comment

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

We should be able to revert this. ModXO is live

Copy link
Contributor

Choose a reason for hiding this comment

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

Not a blocker for this merge though!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants