Bubble Javascript Plugin development


#1

hi there,

I am busy developing a plugin for a development platform called bubble.io, I am struggling to troubleshoot my transactions. I have executed the python SDK on my server using my test mode details and it works perfectly.

I can import the NodeJS SDK into my project, I have removed the add item and price line from the code example and the errors which show that I need to add an item before processing the payment, this indicates that import of the library works.

I however cannot conclude a successful transaction, all my transactions fail.

I need to be able to get a list of options or errors so that I can debug.

My questions are as follows:

  • How do I get the correct variable where the error messages are stored so that I can debug?
  • is there a way to get all these error messages on the platform in test mode?

regards,
Tshepo


#2

can you view console or logs output when you make the transaction ?