Forum PayVault Did SuperRewards PayVault Change?

Discussion and help relating to the PlayerIO payment solution, PayVault.

Did SuperRewards PayVault Change?

Postby moosemouse » July 14th, 2011, 4:26 am

My SuperRewards PayVault integration is no longer working. I believe it was working yesterday, but definitely earlier this week. I haven't changed anything, and I am now getting this error:

TypeError: Error #1009: Cannot access a property or method of a null object reference.
at bridge.utils::Converter$/toKeyValueArray()
at bridge.generated::PayVault/_payVaultPaymentInfo()
at bridge::PayVault/getBuyCoinsInfo()
at MTXScreen/addMC()[C:\Users\shawn\Documents\Projects\FlashGames\RacingGame\Flash\MTXScreen.as:93]
at MTXScreen()[C:\Users\shawn\Documents\Projects\FlashGames\RacingGame\Flash\MTXScreen.as:29]
at MainScreen/getMoreMoneyButtonClickedHandler()[C:\Users\shawn\Documents\Projects\FlashGames\RacingGame\Flash\MainScreen.as:773]
Cannot display source code at this location.

And this is my code:
Code: Select all
documentClass.client.payVault.getBuyCoinsInfo(
     "superrewards",               //provider
     {
          ip: documentClass.myPlayer.ipAddress
     },                        //Provider arguments
     //Success handler
     function(info:Object):void
     {
          mc.linkAddress.text = info.superrewardsurl;
          navigateToURL(new URLRequest(info.superrewardsurl), "_blank");
     }
);
User avatar
moosemouse
Paid Member
 
Posts: 83
Joined: August 11th, 2010, 2:51 pm
Location: New Albany, Ohio USA

Re: Did SuperRewards PayVault Change?

Postby moosemouse » July 14th, 2011, 3:32 pm

Please disregard. Looks like this was my fault.. again :oops:

However, the link to the SuperRewards documentation in the PayVault SuperRewards setup seems to be out of date:
http://www.srpoints.com/docs/SuperRewards%20Developer%20Documentation.pdf
User avatar
moosemouse
Paid Member
 
Posts: 83
Joined: August 11th, 2010, 2:51 pm
Location: New Albany, Ohio USA

Re: Did SuperRewards PayVault Change?

Postby Henrik » July 14th, 2011, 6:02 pm

moosemouse wrote:However, the link to the SuperRewards documentation in the PayVault SuperRewards setup seems to be out of date:

Thanks, I'll fix that.
Henrik
.IO
 
Posts: 1880
Joined: January 4th, 2010, 1:53 pm

Re: Did SuperRewards PayVault Change?

Postby Henrik » July 21st, 2011, 8:48 pm

Fixed!
Henrik
.IO
 
Posts: 1880
Joined: January 4th, 2010, 1:53 pm


Return to PayVault



cron