Conversation
| }, | ||
| "dependencies": { | ||
| "@types/cors": "^2.8.18", | ||
| "cors": "^2.8.5", |
There was a problem hiding this comment.
Should be fixed dependency
| "dependencies": { | ||
| "@types/cors": "^2.8.18", | ||
| "cors": "^2.8.5", | ||
| "plasmo": "0.90.3", |
There was a problem hiding this comment.
Should point to workspace dep
| setPayment(null) | ||
| setStatus("") | ||
| try { | ||
| const res = await fetch(`${BACKEND_URL}/api/create-payment`, { |
There was a problem hiding this comment.
This seems generic enough that I feel like this should be a dedicated docs page rather than an example :-?...
Maybe we stage a poll to see who might be most interested for this?
There was a problem hiding this comment.
To be honest i don't think anybody will vote on it, I don't see many brazilian users in plasmo and browser extension development isn't mainstream here. I've just wanted to mess with this gateway and make this example so in case one day extension development becomes more mainstream we already would have a brazilian api gateway example. But yeah, abacatepay by nature is a very simple tool so it should be as generic as this.
This PR adds a new example extension: with-abacate-pay, demonstrating how to integrate the AbacatePay PIX payment gateway with the Plasmo framework.
Features
Notes
See the included
README.mdand.env.examplefor setup instructions.If you have any feedback or requests for changes, I’m happy to update the example.