diff --git a/www-api/app/Controllers/WrenchWallet.php b/www-api/app/Controllers/WrenchWallet.php index dfcfef4f..248430e8 100644 --- a/www-api/app/Controllers/WrenchWallet.php +++ b/www-api/app/Controllers/WrenchWallet.php @@ -262,14 +262,14 @@ class WrenchWallet extends BaseController "symbol" => "$", "action_type" => "AC_AD_VIRTUAL_CARD", "lorder" => 0, - "country" => "US", + "country" => "", "processor" => 9010, "current_balance" => 0, "transfer_limit" => 0, "wallet_uid" => "", "escrow" => 0, "show_balance" => false, - "action_text" => "Add Card", + "rt_action_text" => "Add Card", "banner" => 'https://www.wrenchboard.com/assets/images/apps/wallet/wallet-card.jpg' ]; $out["result_list"][] = [ @@ -280,14 +280,14 @@ class WrenchWallet extends BaseController "symbol" => "$", "action_type" => "AC_AD_WR_TOKEN", "lorder" => 0, - "country" => "US", + "country" => "", "processor" => 9012, "current_balance" => 0, "transfer_limit" => 0, "wallet_uid" => "", "escrow" => 0, "show_balance" => true, - "action_text" => "XXX-X0XX", + "rt_action_text" => "XXX-X0XX", "banner" => 'https://www.wrenchboard.com/assets/images/apps/wallet/wallet-card.jpg' ]; $out["result_list"][] = [ @@ -298,14 +298,14 @@ class WrenchWallet extends BaseController "symbol" => "$", "action_type" => "AC_AD_WR_POINTS", "lorder" => 0, - "country" => "US", + "country" => "", "processor" => 9014, "current_balance" => 0, "transfer_limit" => 0, "wallet_uid" => "", "escrow" => 0, "show_balance" => true, - "action_text" => "YYYY-YYYY", + "rt_action_text" => "YYYY-YYYY", "banner" => 'https://www.wrenchboard.com/assets/images/apps/wallet/wallet-point.jpg' ]; log_message('critical', "***** ***** WrenchJobs::getWallet Ret ");