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

Add subscription deferral for Google play #59

Open
wants to merge 23 commits into
base: master
Choose a base branch
from

Commits on Jan 4, 2019

  1. Configuration menu
    Copy the full SHA
    3ee3734 View commit details
    Browse the repository at this point in the history
  2. fix

    antonio0 committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    bfdbc8f View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2019

  1. passing deferralInfo

    antonio0 committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    e1f1b6c View commit details
    Browse the repository at this point in the history
  2. fix lint

    antonio0 committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    7e7043e View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2019

  1. fixed indentation

    antonio0 authored Jun 3, 2019
    Configuration menu
    Copy the full SHA
    63b7f64 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

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

Commits on Nov 15, 2019

  1. google deferral (#1)

    VK432 authored and antonio0 committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    18f6fd8 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. Bug fix

    antonio0 authored Nov 18, 2019
    Configuration menu
    Copy the full SHA
    408a0dc View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. lint fix

    antonio0 authored Nov 19, 2019
    Configuration menu
    Copy the full SHA
    cf92650 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. [Apple] Check for cancellation_date_ms first (Wizcorp#50)

    [Apple] Check for cancellation_date_ms first
    
    If cancellation date is available it means that Apple Customer Support refunded subscription payment.
    
    From Apple:
    To check whether a purchase has been canceled by Apple Customer Support, look for the
    Cancellation Date field in the receipt. If the field contains a date, regardless of the
    subscription’s expiration date, the purchase has been canceled. With respect to providing
    content or service, treat a canceled transaction the same as if no purchase had ever been made.
    superandrew213 authored and ronkorving committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    ed711f9 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. Update available response status codes from apple

    Referencing the following documentation:
    
    https://developer.apple.com/documentation/appstorereceipts/status
    
    We can see that 21009 and 21010 are available codes we should handle.
    justinpage authored and ronkorving committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    cbd7973 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2019

  1. Bump ESLint

    ronkorving committed Dec 24, 2019
    Configuration menu
    Copy the full SHA
    ff9b8ef View commit details
    Browse the repository at this point in the history
  2. Release 1.1.1

    ronkorving committed Dec 24, 2019
    Configuration menu
    Copy the full SHA
    16f7e72 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Created verifyPayment alternative function to return Promise (Wizcorp#69

    )
    
    verifyPayment and cancelSubscription now return promises if no callback is passed
    faboyds authored and ronkorving committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    4ac0e22 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    3bb5c96 View commit details
    Browse the repository at this point in the history
  2. fix

    antonio0 committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    9d1efcb View commit details
    Browse the repository at this point in the history
  3. passing deferralInfo

    antonio0 committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    3f95fc7 View commit details
    Browse the repository at this point in the history
  4. fix lint

    antonio0 committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    c3e6c8a View commit details
    Browse the repository at this point in the history
  5. fixed indentation

    antonio0 committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    c5ded0c View commit details
    Browse the repository at this point in the history
  6. google deferral (#1)

    VK432 authored and antonio0 committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    17f9ee5 View commit details
    Browse the repository at this point in the history
  7. Bug fix

    antonio0 committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    c52863e View commit details
    Browse the repository at this point in the history
  8. lint fix

    antonio0 committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    0641255 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    48c59ac View commit details
    Browse the repository at this point in the history