summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/account/ShippingView.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-25 05:40:54 -0500
committerJules Laplace <jules@okfoc.us>2015-11-25 05:40:54 -0500
commit0da322d7440850b854ce77e8755f97116584920e (patch)
tree3e1c41293c854f00e02143f0d4fecd3c5e355e03 /StoneIsland/www/js/lib/account/ShippingView.js
parent7784e0632e3048a1c8f7f0ac8b0e6c8178dbe939 (diff)
form finalize
Diffstat (limited to 'StoneIsland/www/js/lib/account/ShippingView.js')
-rw-r--r--StoneIsland/www/js/lib/account/ShippingView.js16
1 files changed, 16 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/account/ShippingView.js b/StoneIsland/www/js/lib/account/ShippingView.js
index f5bf1661..f9089875 100644
--- a/StoneIsland/www/js/lib/account/ShippingView.js
+++ b/StoneIsland/www/js/lib/account/ShippingView.js
@@ -4,6 +4,22 @@ var ShippingView = FormView.extend({
events: {
},
+
+ test_data: {
+ "Name":"name",
+ "Surname":"surname",
+ "Address":"address",
+ "IsDefault":false,
+ "IsBillingDefault":false,
+ "IsOwner":false,
+ "ZipCode":"88040",
+ "City":"City",
+ "Province":"Province",
+ "Phone":"Phone",
+ "Mobile":"Mobile",
+ "Mail":"Mail",
+ "UserId": sdk.auth.user_id,
+ },
initialize: function(){
this.$form = this.$("form")