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

Merged
merged 15 commits into from
Oct 15, 2024

Commits on Jun 24, 2024

  1. Fix Constraints Error in PayPalWebCheckoutViewController (#1342)

    * fix constraints warning by adding leading and trailing constraints for nested stackViews
    * remove print statement
    jaxdesmarais authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    f031476 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    50982c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Recurring Billing Agreement Add total amount. (#1373)

    * 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
    warmkesselj authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    b39cb34 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Rba updated demo values (#1377)

    * Working demo values for RBA
    
    * PR feedback startDate format docstring
    
    * jax PR comment
    
    * Jax Pr feedback 2
    
    ---------
    
    Co-authored-by: Victoria Park <[email protected]>
    warmkesselj and KunJeongPark authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    fcfaf8b View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Merge branch 'main' into rba-metadata-feature

    # Conflicts:
    #	CHANGELOG.md
    #	Demo/Application/Features/PayPalWebCheckoutViewController.swift
    warmkesselj committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    cce9098 View commit details
    Browse the repository at this point in the history
  2. Updated Changelog

    warmkesselj committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    0019fc8 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Rba metadata feature tokenization key (#1393)

    * Update to include production tokenization key
    
    * Use current production token
    
    * Add TODO
    warmkesselj authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    e9ffaa5 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Merge branch 'main' into rba-metadata-feature

    # Conflicts:
    #	CHANGELOG.md
    jaxdesmarais committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    279a31a View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    777967a View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    5b5803f View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    22a4495 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Merge branch 'main' into rba-metadata-feature

    # Conflicts:
    #	Demo/Application/Features/PayPalWebCheckoutViewController.swift
    jaxdesmarais committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    386d5bd View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. [QL] Update interval and intervalCount (#1417)

    * 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
    jaxdesmarais authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    706bdb6 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    5b8d324 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    d9bd4d0 View commit details
    Browse the repository at this point in the history