Implementing the Google in app purchase mechanism is a "non-trivial" excercise with security implications that need to be addressed by the implementor. It is not something that I would do for a third party.
Also there are technical problems integrating it with Basic4android. It cannot be implemented as a library as it needs to be run as a Service which is bound to the MarketBillingService using aidl which Basic4android doesn't support.