AntonioCuomo Posted May 23, 2020 Posted May 23, 2020 In property HTML of Unithmlframe j write: <script> paypal.Buttons({ style: { shape: 'rect', color: 'white', layout: 'horizontal', label: 'buynow', }, createOrder: function(data, actions) { return actions.order.create({ purchase_units: [{ amount: { value: '1' } }] }); }, onApprove: function(data, actions) { return actions.order.capture().then(function(details) { alert('Transaction completed by ' + details.payer.name.given_name + '!'); }); } }).render('#paypal-button-container'); </script> the button of paypal run ok how j can read the 'details' of function actions.order.capture or j can read a value from unigui? thank' Quote
Hayri ASLAN Posted May 25, 2020 Posted May 25, 2020 Hi, Can you please specify which edition and build of UniGUI are you using? Quote
AntonioCuomo Posted May 26, 2020 Author Posted May 26, 2020 last version (1.90.0.1531) registered Quote
Sherzod Posted May 27, 2020 Posted May 27, 2020 6 hours ago, Antonio Cuomo said: last version (1.90.0.1531) registered Hello, Please adjust your forum email address: Quote
AntonioCuomo Posted May 27, 2020 Author Posted May 27, 2020 my email is antonio@cuomo.eu and is present in db. j have a problem: when j log in forums my username/password do not exist but after j click to forgot password j recevie link for change and l logging. if close the browser j do not access to forums sorry for my bad english Quote
Administrators Farshad Mohajeri Posted May 27, 2020 Administrators Posted May 27, 2020 Hi, Your forum user name is Antonio Cuomo. Make sure you use it as your login name. Thanks Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.