Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sorokin0andrey committed Jun 14, 2019
1 parent 435bef0 commit ea26abb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,10 @@ GooglePay.isReadyToPay(allowedCardNetworks, allowedCardAuthMethods)
GooglePay.requestPayment(requestData)
.then((token: string) => {
// Send a token to your payment gateway
});
});
})
.catch((error) => console.log(error.code, error.message));
})
.catch((error) => console.log(error.code, error.message));
```

## Demo
Expand Down

0 comments on commit ea26abb

Please sign in to comment.