diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-25 05:40:54 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-25 05:40:54 -0500 |
| commit | 0da322d7440850b854ce77e8755f97116584920e (patch) | |
| tree | 3e1c41293c854f00e02143f0d4fecd3c5e355e03 /StoneIsland/www/js/lib/account/ShippingView.js | |
| parent | 7784e0632e3048a1c8f7f0ac8b0e6c8178dbe939 (diff) | |
form finalize
Diffstat (limited to 'StoneIsland/www/js/lib/account/ShippingView.js')
| -rw-r--r-- | StoneIsland/www/js/lib/account/ShippingView.js | 16 |
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") |
