We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3480f9d commit c873e36Copy full SHA for c873e36
client/app.js
@@ -1,5 +1,10 @@
1
window.paypal
2
.Buttons({
3
+ style: {
4
+ shape: 'rect',
5
+ //color:'blue', change the default color of the buttons
6
+ layout: 'vertical', //default value. Can be changed to horizontal
7
+ },
8
async createOrder() {
9
try {
10
const response = await fetch("/api/orders", {
0 commit comments