How to securely integrate Paystack API into your react app to accept payment -PART 6

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ต.ค. 2024

ความคิดเห็น • 3

  • @Savics_dev
    @Savics_dev 2 ปีที่แล้ว +1

    You are a good teacher! What I love about your videos is how you take your time to explain concepts.... You recorded this just when I needed it

  • @albusdd1225
    @albusdd1225 ปีที่แล้ว

    Amazing video.
    Let me point out that there's no need to parse the response date in 4:55.
    It'll raise an error because the JSON.parse expects a string and the response.data provides an object.