| View previous topic :: View next topic |
| Author |
Message |
MarkHanson
Joined: 11 May 2011 Posts: 1 Location: Deutschland
|
Posted: Wed May 11, 2011 3:33 pm Post subject: Query.php Guru Tips |
|
|
Hey there,
is there any solution to mark a customer as refunded with the query.php and secretkey option?
I'm looking for a solution to automate things like that with query.php for handling a German Paymentprovider.
Best Regards
Mark Hanson |
|
| Back to top |
|
 |
admin Site Admin
Joined: 31 Jul 2005 Posts: 9135 Location: Australia
|
Posted: Thu May 12, 2011 3:30 am Post subject: |
|
|
Hi Mark,
Not via the Query - that's currently "read only", but if your script has access to the MySQL database, just read the "date" value of the sale, then append: ;refunded
...to it.
So:
128763242;refunded
...for example. That'll mark it as refunded in DLGuard.
cheers
Sam _________________ Sam Stephens
DLGuard: www.dlguard.com
GuardHQ: www.guardhq.com
-------
Keep up to date with DLGuard and other GuardHQ products: www.guardhq.com/newsletter.php
www.twitter.com/DLGuard |
|
| Back to top |
|
 |
csongor
Joined: 26 Oct 2010 Posts: 19
|
Posted: Sat Feb 16, 2013 4:00 pm Post subject: Query |
|
|
I think that's what I'm looking for... I've never tempered the db.
Did anyone something like that?
Any example would be appreciated. _________________ Csongor |
|
| Back to top |
|
 |
|