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 Apple Pay functionality #102

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

Conversation

dimaportenko
Copy link

@dimaportenko dimaportenko commented Sep 30, 2018

you can use it as follows

BTClient.showApplePayViewController({
        merchantIdentifier: 'your.merchant.id',
        paymentSummaryItems: [
          {label: 'Subtotals', amount: subtotals},
          {label: 'Shipping', amount: shipping},
          {label: 'Totals', amount: totals},
        ]
      })
        .then((response) => {
          console.log(response);
          if (response.nonce) {
           
          }
        });

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
remove allow backup attribute
add the link to Android browser switch setup docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant