# |
Jul 22nd 2009, 17:34 |
nurvzy |
Is this the best place to dispute or clearify the moderator comment or is there a better way? |
# |
Jul 22nd 2009, 17:34 |
nurvzy |
However, since it is indeed a callback, the action is in a controller, not a datasource, and I don't see a way of doing it better despite the moderator comment. |
# |
Jul 22nd 2009, 17:33 |
nurvzy |
There is already a great paypal datasource on the bakery, however to utilize it on the live server one will have to pay. I wrote a plugin that utilizes the free IPN service for those who don't mind the flow of payment being transfered to paypal. |
# |
Jul 22nd 2009, 17:32 |
nurvzy |
The API is a way for one to make payments, view balances, etc directly on paypal without actually going ot paypal. The API is NOT free. There is a monthly charge along with an SSL cert required. The IPN service is free. |
# |
Jul 22nd 2009, 17:31 |
nurvzy |
the IPN service is a free callback service paypal offers. This service sends POST data to a specified URL once a completed trasaction is done on your paypal account. |
# |
Jul 22nd 2009, 17:31 |
nurvzy |
Ok, my article is the CakePHP paypal IPN plugin. I received feedback that it should be a datasource. However, I believe the IPN service is being confused with the API service. |
# |
Jul 22nd 2009, 17:29 |
Predominant |
I think this is an appropriate place. |
# |
Jul 22nd 2009, 17:29 |
nurvzy |
yes? no? get lost nurvzy? =) |
# |
Jul 22nd 2009, 17:27 |
nurvzy |
Hi, I'd like to discuss moderator feedback to my article submittion. is this the place to do so? |
# |
Jul 22nd 2009, 16:49 |
Phally |
it was git checkout HEAD~62 then heh |
# |
Jul 22nd 2009, 16:49 |
Phally |
ah thanks for the hint, much easier |
# |
Jul 22nd 2009, 16:48 |
alkemann |
~# to count backwards |
# |
Jul 22nd 2009, 16:48 |
alkemann |
hah |
# |
Jul 22nd 2009, 16:48 |
Phally |
git checkout 5f5c598a75748b12acf76c66f337363bc74353c5 |
# |
Jul 22nd 2009, 16:48 |
Phally |
seriously? |
# |
Jul 22nd 2009, 16:48 |
alkemann |
git checkout HEAD~1 ? |
# |
Jul 22nd 2009, 16:48 |
Phally |
thanks |
# |
Jul 22nd 2009, 16:47 |
Phally |
ah got it |
# |
Jul 22nd 2009, 16:43 |
alkemann |
checkout to the one before? |
# |
Jul 22nd 2009, 16:43 |
Phally |
nvm, i'll look it up |
# |
Jul 22nd 2009, 16:42 |
Phally |
how would i undo it? |
# |
Jul 22nd 2009, 16:41 |
alkemann |
undo ur merge, push ur fix and ill merge it into 2.0 |
# |
Jul 22nd 2009, 16:41 |
alkemann |
oh |
# |
Jul 22nd 2009, 16:41 |
Phally |
that is why my logout check fails, because you had a different loginAction then i had |
# |
Jul 22nd 2009, 16:40 |
alkemann |
knowing abuout app and requiring the app to do certain things is not the same though |
# |
Jul 22nd 2009, 16:40 |
Phally |
yeah, it has to, else you are screwed with auth etc |
# |
Jul 22nd 2009, 16:39 |
alkemann |
plugins usually inherit from app controller |
# |
Jul 22nd 2009, 16:39 |
Phally |
yes, then you can merge it later on |
# |
Jul 22nd 2009, 16:39 |
Phally |
this is going against the principle of a plugin... i mean, it shouldn't know about the App, yet it inherits from AppController |
# |
Jul 22nd 2009, 16:38 |
alkemann |
ok.. so u have fixed it in ur branch then? |
# |
Jul 22nd 2009, 16:37 |
Phally |
not before the merge |
# |
Jul 22nd 2009, 16:37 |
alkemann |
u didnt have a failing test u made? |
# |
Jul 22nd 2009, 16:37 |
Phally |
some other tests fails now in my plugin, which is really weird since it should be app independent, must be using because of the inheritance with AppController |
# |
Jul 22nd 2009, 16:35 |
Phally |
yeah, but because of mine being old, i didn't have failing tests which you had |
# |
Jul 22nd 2009, 16:35 |
alkemann |
i would rather i merge ur into 2.0 |
# |
Jul 22nd 2009, 16:34 |
Phally |
should i commit after the merge? |
# |
Jul 22nd 2009, 16:33 |
Phally |
alkemann: it is failing here too now |
# |
Jul 22nd 2009, 16:33 |
Phally |
alkemann: oh that was easy, no conflicts, nothing, me likes |
# |
Jul 22nd 2009, 16:31 |
Phally |
alkemann: i just switched over to yours now |
# |
Jul 22nd 2009, 16:30 |
Phally |
alkemann: i'm going to merge them now and see some diffs |
# |
Jul 22nd 2009, 16:30 |
alkemann |
yea on 1 |