Jump to content

Kadeo's Payment Method Updater


Shaun

Recommended Posts

This addon module allows you to update all the hosting accounts for an client to a new gateway. You also have the option of updating all open invoices as well. Perfect for when they call up and go "I want to pay by xyz now".

 

This is a 100% free mod, so limited ticket support is available.

It is encoded to protect my IP only.

 

Screenshot attached.

Source attached.

PaymentMethodUpdate.zip

payment_method_update.jpg

Link to comment
Share on other sites

Thanks for the mod but does this mod help people who just want to change the payment method of many clients from one method to another? I need to change all clients that are using linkpoint and change them to authorize.net but at the same time I don't want to switch the people paying with paypal to authorize.net. Understand what I mean?

Link to comment
Share on other sites

Thanks for the mod but does this mod help people who just want to change the payment method of many clients from one method to another? I need to change all clients that are using linkpoint and change them to authorize.net but at the same time I don't want to switch the people paying with paypal to authorize.net. Understand what I mean?

 

Thats just complicating the issue 8)

Update tblhosting set paymentmethod = 'authorize' where paymentmethod = 
'linkpoint';
Update tbldomains set paymentmethod = 'authorize' where paymentmethod = 'linkpoint'

 

If you also want Unpaid invoices

Update tblhinvoices set paymentmethod = 'authorize' where paymentmethod = 'linkpoint' and `status` = 'Unpaid'

 

 

Also make sure the authorize gateway is active etc

:D

Link to comment
Share on other sites

I am struggling to get this working.

 

1. I get empty response, only this:

 

"The purpose of this mod is so that your can update all accounts for a customer to a new gateway.

 

Client :"

 

2. Does this update domains as well?

 

3. I don't get why it's encoded, must I add an IP in order to use the module? What does your IP have to do with the encoding?

Link to comment
Share on other sites

I am struggling to get this working.

 

1. I get empty response, only this:

 

"The purpose of this mod is so that your can update all accounts for a customer to a new gateway.

 

Client :"

 

2. Does this update domains as well?

 

3. I don't get why it's encoded, must I add an IP in order to use the module? What does your IP have to do with the encoding?

 

No this does not do domains.

It should im going to update it, infact ill do it now :lol:

IP in this context means Intellectual Property, just the source code and how it does it.

Link to comment
Share on other sites

  • 1 year later...
  • 2 months later...

I think it's great that you offer your work to help others. However, encoding it is asking people to trust a complete stranger. The fact that this code is dealing directly with the database and its function cannot be verified, to me it is a security risk that I for one would not accept. It could send all data to another location, cause damage, or who knows what else.

 

I am not bashing you by any means... but considering you're giving this free, why not decode it so that people who use it can verify what it does.

Link to comment
Share on other sites

Shaun is in no way a stranger to the forums, his work is of top quality and in no way would pose any type of security threat to your database nor to you.

Encoding of the files is more to protect the work that is put into the mods as I have seen quite a few now that has been coppied and then re-sold.

Aslo remember that Shaun offered this mod over 2 years ago.

 

Maybe you should contact Shaun directly to discuss your issues about the mod.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated