I’ve inherited a project that uses google subscriptions and generates orders that recur on a monthly basis.
I have set-up a sandbox buyer account, but I’m unsure how to test the recurring order system, without having to wait a month in between.
Ideally I’d be able to re-bill a monthly recurring order after a few minutes, whilst in sandbox mode.
It’d also be useful to send callback xml to the callback script to verify that all is working in that respect.
I would try setting the
periodstring toDAILYfor the duration of testing. This will charge the user every day rather than every month, so you will not have to wait as long. Once your finished testing that the charges work daily, change it back toMONTHLY.For more information, see the
subscriptionin theXML Tag Definitionssection of this site.Hope this helps!