| hobbs | weird |
| phroggy | then just replace the cert with the $35 one once you make sure everything works. |
| LeoNerd | push @in, @out; |
| phroggy | neexor: @out=(@out,@in); |
| hobbs | neexor: push @out, @in; |
| phroggy | or that. heh |
| neexor | oh |
| Ikarus | You can also have the goverment love you so much they give you a free one |
| fxn | neexor: in what sense is @in a table |
| hobbs | neexor: the usual term is "array" btw |
| neexor | thanks i knew that there's a perl way to do that ;) perlish |
| hobbs | phroggy: so what brings you back here anyway? :) |
| phroggy | neexor: another option may be to just use (@out,@in) and not bother changing the contents of @out anyway, depending on what you're doing. hobbs: I don't recall. I probably needed help with something, and never bothered closing X-Chat, and so.. here I am. |
| hobbs | phroggy: ha |
| godzirra | sigh. boss voted for option #3. Which is "spend more time fixing it and hope we find a solution that works" yay for new jobs. |
| hobbs | it can be done, you just need to say okay, the secure site is a checkout site, and define an API for how you get in and out of it, and make sure you don't drop any data on the floor in the process If you want to know how, ask paypal ;) |
| phroggy | heh, yeah, paypal has GREAT docs. well, compared to what I was expecting, at any rate. hehe |
| godzirra | lol I'm going to go read up on ... I dunno. Something. thanks for the help you two. |
| phroggy | I built a site for a client that uses paypal, we get notified by an HTTPS form when the end user has paid us but we never see their credit card info. if everything works it's basically seamless. unfortunately the site isn't live yet; we're just using PayPal's developer sandbox for the time being... the project has been sorta on hold for like 2 years, but we're finally getting it going again. |
| hobbs | I've seen more and more sites using the paypal checkout stuff lately. It does seem to work reasonably well although I've also seen complaints of "orders will be delayed because paypal decided to stop notifying us for the past 2 weeks" |
| phroggy | lol |
| godzirra | we were going to use paypal for micropayments but they only allow micropayments to go through their website, which isnt an option. |
| phroggy | how is it not an option? |
| hobbs | godzirra: how else would it work? |