Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- const httpOptions = { headers: new HttpHeaders({'Content-Type': 'application/json'}) };
- const bookName = { bookName: this.bookTitle };
- // function to buy book
- buyBook(bookName) {
- return this.http.post<responseFromApi>('/paypal/pay', bookName, httpOptions);
- }
Add Comment
Please, Sign In to add comment