Stripe Online Payments In Next JS 14 - Full Guide

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024

Комментарии • 31

  • @smartdriver2990
    @smartdriver2990 3 месяца назад

    Thanks for the tutorial, i learned from this

    • @SakuraDev
      @SakuraDev  3 месяца назад

      Glad it was helpful for you, also in the next week I will upload a video about SEO improvement for this project.

  • @mahmoudsamir1351
    @mahmoudsamir1351 3 месяца назад

    i had a problem after the payment is successful the mutation doesn't work
    like this:
    ```
    if (result.error) {
    setErrorMessage(result.error.message);
    } else {
    const addressElement = elements.getElement(AddressElement);
    console.log('error')
    if (!addressElement) {
    setLoading(false);
    setError("Address information is missing.");
    return;
    }
    mutation.mutateAsync(JSON.stringify(addressElement))
    }
    ```
    it renders me to successful page only

  • @stanleychukwu7424
    @stanleychukwu7424 3 месяца назад

    GOD bless you my bro!! this series was awesome! so happy i subscribed to this channel, can this be labeled as part 10?

    • @SakuraDev
      @SakuraDev  3 месяца назад

      Thank you so much. So happy to have you 🙏. Yes it's the part 10

  • @setupfile-f6v
    @setupfile-f6v 2 месяца назад

    That was a useful video! how can we add google and apple pay and cashapp
    ?

    • @SakuraDev
      @SakuraDev  2 месяца назад

      Hi, 👋 thanks 🙏. I will create an update for this video for covering the topics you requested

  • @renchandara389
    @renchandara389 2 месяца назад

    How can we store data with online database??

    • @SakuraDev
      @SakuraDev  2 месяца назад +1

      We use Prisma in this video, so we jsut need to change our database url in prisma schema

  • @prashlovessamosa
    @prashlovessamosa 3 месяца назад

    vahid sir fix your github readme 😅

    • @SakuraDev
      @SakuraDev  3 месяца назад

      Hi Prashant, is there any problem with the GitHub Repo?

    • @prashlovessamosa
      @prashlovessamosa 3 месяца назад +1

      @@SakuraDev no your profile readme it's broken fix it your tech stack icons are not showing up thats it

  • @MolamikeDevs
    @MolamikeDevs 3 месяца назад

    Thank you for you boss, I seriously like the way you explain things.

    • @SakuraDev
      @SakuraDev  3 месяца назад

      Glad you like them! I appreciate that!

  • @omarouzzin4993
    @omarouzzin4993 3 месяца назад

    Helpful 🎉🎉
    We need other video for How we can use stripe webhooks to save subscription instead of what did you do on the tutorial.

    • @SakuraDev
      @SakuraDev  3 месяца назад

      Thanks. Great suggestion!

  • @prashlovessamosa
    @prashlovessamosa 3 месяца назад +1

    Thanks Sakura

    • @SakuraDev
      @SakuraDev  3 месяца назад

      Your welcome Prashant 🙏

  • @_yourselfthere2911
    @_yourselfthere2911 Месяц назад

    its been an awesome learning experience i have just started learning nextjs but i am stuck at one thing that on property details page i want to show and update the checkboxes value of hasGarden and hasSwimmingPool so when i edit the property to cahnge the checkbox
    so whle first attempting to edit if i leave the checkbox as it is the value is taken from the previous data for example :
    while adding the property if garden was checked to true and while editing the checkbox is left untouched and unchecked it doesnt sets to false it stays as it is if it was true earlier so could you tell us the handling f checkboxes

    • @SakuraDev
      @SakuraDev  Месяц назад

      Hi, thanks for bringing that to my attention. I will fix it in the repo

    • @_yourselfthere2911
      @_yourselfthere2911 Месяц назад

      @@SakuraDev thanks for this great tutorial

  • @hosseinmiri4322
    @hosseinmiri4322 3 месяца назад

    thank you, this was a very useful toturial

    • @SakuraDev
      @SakuraDev  3 месяца назад

      Glad it was helpful!

  • @easyitlearn-g1k
    @easyitlearn-g1k 3 месяца назад

    hey sakura. first of all, i'm grateful for such a great work. i just wanted to ask question about prisma. is it appropriate for huge data and how is it as security?

    • @SakuraDev
      @SakuraDev  3 месяца назад

      Hi, thanks 🙏. For handling huge amounts of data, it's based on your database and how you distribute your data across database shards. So this is a low level concept and doesn't matter if you Use Prisma or any other ORM.
      And also Prisma is secure

    • @easyitlearn-g1k
      @easyitlearn-g1k 3 месяца назад

      @@SakuraDev Thanks for your Reply

    • @SakuraDev
      @SakuraDev  3 месяца назад

      @@easyitlearn-g1k Your welcome

  • @haturedeveloper
    @haturedeveloper 3 месяца назад

    Source Code?

    • @SakuraDev
      @SakuraDev  3 месяца назад

      Included in description now

    • @haturedeveloper
      @haturedeveloper 3 месяца назад

      @@SakuraDev Thank you for quick response, I like your tutorial, Easily understand your tutorial

    • @SakuraDev
      @SakuraDev  3 месяца назад

      Thanks 🙏, really glad that you liked it.