Can anyone please provide some php code samples for dynamic pricing? We
have been stuck on this for over a month and it's nowhere to be found in
the documentation. Please if you can give, post a reply. Thank you.
After going through the php sdk sample, we found it is in pure php. We
are working within "CodeIgniter" web framework (CI). This means for us
it needs to be converted in php CodeIgniter. Do you have any specific
relevant instructions on php CodeIgnit...
We are going to create invoices for our customers. So, we need to create
dynamic pricing. For example, suppose one customer needs to pay $50,
another needs to pay $96, and another needs to pay $76 etc., For this we
need to send the price details to A...