mozvat / WSPAPIPrototype

Web Services 2.0 prototype work.
1 stars 2 forks source link

Payment button missing hook into the Payment class #2

Closed mozvat closed 11 years ago

mozvat commented 11 years ago

. The payment button does not do anything (there is no code), but you likely meant to do something like: new Payment().Process();. I then can follow the code but there is no authentication. All it does is post a JSON string and returns a bunch of null data. Is that what it's supposed to do?

mozvat commented 11 years ago

Added code and checked in.