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

Customer Object Added to Restore API #81

Merged

Commits on Aug 16, 2023

  1. Two Things handled in this commit

    1. Passing customer_id for restore purchases
    2. Handled customer_id in return handler for purchases.
    cb-gadagoju committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    ef92732 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d870ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ccabe3 View commit details
    Browse the repository at this point in the history
  4. 1. Reverted handling customerId on Purchase API it will be picked in …

    …separate PR
    
    2. Passing  'restoreCustomer' as optional for validateReceipt() since its expecting a optional parameter
    cb-gadagoju committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    2dc2fe0 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Updated Customer object as Optional param for restorePurchases and up…

    …dated Version number in all places
    cb-gadagoju committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    a6f662d View commit details
    Browse the repository at this point in the history