Skip to content

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) {
           
          }
        });

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.

1 participant