Advertisement:

Author Topic: Just 2 questions  (Read 2152 times)

evelhe1005

  • Newbie
  • *
  • Posts: 8
Just 2 questions
« on: June 10, 2014, 08:11:38 am »
hello,

This is my first post on this forum and I have two questions about payment plugin.

- For "PAYPAL_CRYPT_KEY" What I get as the key? : Paypal API signature? Paypal API password? or something else?

- For "IPN" I told paypal address: http://www.yourdomain.com/oc-content/plugins/payment/notify_url.php or at the end of the url "notify_url" I need to change something?

Sorry for my English, it is not very good. :-)

But if someone could help me to be very nice

thank you

design

  • Hero Member
  • *****
  • Posts: 2619
  • Osclass 3.5 MAC/PC w/ Modern Browsers
Re: Just 2 questions
« Reply #1 on: June 10, 2014, 06:31:02 pm »
you need to follow the direction in the plugin. it tells you exactly where to change the crypt key in you file. change it to a HUGE long sting of letters, sentence or whatever, usually 20-30 characters -you make it up. you will not need to remember it.


you won't need to do that part of the IPN, the plugin does it for you. follow the plugin directions.

evelhe1005

  • Newbie
  • *
  • Posts: 8
Re: Just 2 questions
« Reply #2 on: June 10, 2014, 08:55:06 pm »
you need to follow the direction in the plugin. it tells you exactly where to change the crypt key in you file. change it to a HUGE long sting of letters, sentence or whatever, usually 20-30 characters -you make it up. you will not need to remember it.


you won't need to do that part of the IPN, the plugin does it for you. follow the plugin directions.

Hello,

Thank you for the reply.

- But I still do not know what key used? (I know where to put it, it is not a problem) ....
Me, I have two keys: Paypal API Paypal API password and signature. There is one that is greater than the other. If this is not the key, could you tell me that key and put or she is?

- So I owe nothing to declare for paypal ipn? if I understand ...?

Really sorry, but I find this key problem a bit difficult

design

  • Hero Member
  • *****
  • Posts: 2619
  • Osclass 3.5 MAC/PC w/ Modern Browsers
Re: Just 2 questions
« Reply #3 on: June 10, 2014, 08:59:46 pm »
you create the key. make something up..your very own creation
make it 20-30 string of characters long.
not really sure how else to explain that


example:
thisismyencrptionkey

evelhe1005

  • Newbie
  • *
  • Posts: 8
Re: Just 2 questions
« Reply #4 on: June 10, 2014, 11:17:10 pm »
you create the key. make something up..your very own creation
make it 20-30 string of characters long.
not really sure how else to explain that


example:
thisismyencrptionkey

Ok, if I understand correctly, I create my key myself, just! (Without going through paypal)

I put like you said, numbers, letters .... and I insert it in the plugin file?

design

  • Hero Member
  • *****
  • Posts: 2619
  • Osclass 3.5 MAC/PC w/ Modern Browsers
Re: Just 2 questions
« Reply #5 on: June 11, 2014, 12:00:19 am »
yep!  ;D  thats all

evelhe1005

  • Newbie
  • *
  • Posts: 8
Re: Just 2 questions
« Reply #6 on: June 11, 2014, 12:17:12 am »
yep!  ;D  thats all

A big thank you for your advice!

I'm going to try this and I will also remove the IPN my paypal account

Thank you "Design"!!

Sorry for my english ..... lol

BicycleClassifieds.com

  • Newbie
  • *
  • Posts: 9
Re: Just 2 questions
« Reply #7 on: June 20, 2014, 03:37:30 am »
Hey guys, I have another problem regarding the crypt key.

When I access my index.php using Emacs to edit the code, it says it is "read only" and won't let me change the crypt key.  Doing a chmod on the file says "Operation not permitted."

How am I supposed to edit my index.php file if it is read only??

Thank you SO much for your help!
-Dave

design

  • Hero Member
  • *****
  • Posts: 2619
  • Osclass 3.5 MAC/PC w/ Modern Browsers
Re: Just 2 questions
« Reply #8 on: June 20, 2014, 06:37:08 pm »
use notepad ++