archerfinley-google4r-checkout-1.0.5 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (77) hide show
  1. data/CHANGES +93 -0
  2. data/LICENSE +22 -0
  3. data/README +58 -0
  4. data/Rakefile +13 -0
  5. data/VERSION +1 -0
  6. data/google4r-checkout-1.0.5-1.0.5.gem +0 -0
  7. data/google4r-checkout-1.0.5.gemspec +174 -0
  8. data/lib/google4r/checkout.rb +34 -0
  9. data/lib/google4r/checkout/commands.rb +567 -0
  10. data/lib/google4r/checkout/frontend.rb +210 -0
  11. data/lib/google4r/checkout/merchant_calculation.rb +321 -0
  12. data/lib/google4r/checkout/notifications.rb +708 -0
  13. data/lib/google4r/checkout/shared.rb +1086 -0
  14. data/lib/google4r/checkout/utils.rb +94 -0
  15. data/lib/google4r/checkout/xml_generation.rb +880 -0
  16. data/test/integration/checkout_command_test.rb +174 -0
  17. data/test/unit/add_merchant_order_number_command_test.rb +70 -0
  18. data/test/unit/add_tracking_data_command_test.rb +75 -0
  19. data/test/unit/address_test.rb +131 -0
  20. data/test/unit/anonymous_address_test.rb +75 -0
  21. data/test/unit/archive_order_command_test.rb +66 -0
  22. data/test/unit/area_test.rb +44 -0
  23. data/test/unit/authorization_amount_notification_test.rb +69 -0
  24. data/test/unit/authorize_order_command_test.rb +66 -0
  25. data/test/unit/backorder_items_command_test.rb +83 -0
  26. data/test/unit/callback_handler_test.rb +83 -0
  27. data/test/unit/cancel_items_command_test.rb +89 -0
  28. data/test/unit/cancel_order_command_test.rb +83 -0
  29. data/test/unit/carrier_calculated_shipping_test.rb +57 -0
  30. data/test/unit/charge_amount_notification_test.rb +64 -0
  31. data/test/unit/charge_order_command_test.rb +77 -0
  32. data/test/unit/chargeback_amount_notification_test.rb +65 -0
  33. data/test/unit/checkout_command_test.rb +125 -0
  34. data/test/unit/checkout_command_xml_generator_test.rb +218 -0
  35. data/test/unit/command_test.rb +116 -0
  36. data/test/unit/deliver_order_command_test.rb +70 -0
  37. data/test/unit/delivery_method_test.rb +42 -0
  38. data/test/unit/digital_content_test.rb +105 -0
  39. data/test/unit/flat_rate_shipping_test.rb +132 -0
  40. data/test/unit/frontend_test.rb +144 -0
  41. data/test/unit/item_info_test.rb +69 -0
  42. data/test/unit/item_test.rb +171 -0
  43. data/test/unit/marketing_preferences_test.rb +65 -0
  44. data/test/unit/merchant_calculated_shipping_test.rb +172 -0
  45. data/test/unit/merchant_calculation_callback_test.rb +137 -0
  46. data/test/unit/merchant_calculation_result_test.rb +78 -0
  47. data/test/unit/merchant_calculation_results_test.rb +178 -0
  48. data/test/unit/merchant_code_result_test.rb +51 -0
  49. data/test/unit/merchant_code_test.rb +122 -0
  50. data/test/unit/new_order_notification_test.rb +115 -0
  51. data/test/unit/notification_acknowledgement_test.rb +67 -0
  52. data/test/unit/notification_handler_test.rb +113 -0
  53. data/test/unit/order_adjustment_test.rb +119 -0
  54. data/test/unit/order_report_command_test.rb +111 -0
  55. data/test/unit/order_state_change_notification_test.rb +158 -0
  56. data/test/unit/pickup_shipping_test.rb +70 -0
  57. data/test/unit/postal_area_test.rb +71 -0
  58. data/test/unit/private_data_parser_test.rb +68 -0
  59. data/test/unit/refund_amount_notification_test.rb +65 -0
  60. data/test/unit/refund_order_command_test.rb +86 -0
  61. data/test/unit/reset_items_shipping_information_command_test.rb +83 -0
  62. data/test/unit/return_items_command_test.rb +83 -0
  63. data/test/unit/risk_information_notification_test.rb +98 -0
  64. data/test/unit/send_buyer_message_command_test.rb +73 -0
  65. data/test/unit/ship_items_command_test.rb +101 -0
  66. data/test/unit/shipping_adjustment_test.rb +100 -0
  67. data/test/unit/shopping_cart_test.rb +146 -0
  68. data/test/unit/tax_rule_test.rb +70 -0
  69. data/test/unit/tax_table_test.rb +82 -0
  70. data/test/unit/tracking_data_test.rb +54 -0
  71. data/test/unit/unarchive_order_command_test.rb +66 -0
  72. data/test/unit/us_country_area_test.rb +76 -0
  73. data/test/unit/us_state_area_test.rb +70 -0
  74. data/test/unit/us_zip_area_test.rb +66 -0
  75. data/test/unit/world_area_test.rb +48 -0
  76. data/var/cacert.pem +7815 -0
  77. metadata +189 -0
metadata ADDED
@@ -0,0 +1,189 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: archerfinley-google4r-checkout-1.0.5
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.5
5
+ platform: ruby
6
+ authors:
7
+ - api.htchan, api.jkleinert
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-08-13 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: This gem aids in integrating the Google Checkout API with your existing rails site
17
+ email: archer@interknown.com
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files:
23
+ - LICENSE
24
+ - README
25
+ files:
26
+ - CHANGES
27
+ - LICENSE
28
+ - README
29
+ - Rakefile
30
+ - VERSION
31
+ - google4r-checkout-1.0.5-1.0.5.gem
32
+ - google4r-checkout-1.0.5.gemspec
33
+ - lib/google4r/checkout.rb
34
+ - lib/google4r/checkout/commands.rb
35
+ - lib/google4r/checkout/frontend.rb
36
+ - lib/google4r/checkout/merchant_calculation.rb
37
+ - lib/google4r/checkout/notifications.rb
38
+ - lib/google4r/checkout/shared.rb
39
+ - lib/google4r/checkout/utils.rb
40
+ - lib/google4r/checkout/xml_generation.rb
41
+ - test/integration/checkout_command_test.rb
42
+ - test/unit/add_merchant_order_number_command_test.rb
43
+ - test/unit/add_tracking_data_command_test.rb
44
+ - test/unit/address_test.rb
45
+ - test/unit/anonymous_address_test.rb
46
+ - test/unit/archive_order_command_test.rb
47
+ - test/unit/area_test.rb
48
+ - test/unit/authorization_amount_notification_test.rb
49
+ - test/unit/authorize_order_command_test.rb
50
+ - test/unit/backorder_items_command_test.rb
51
+ - test/unit/callback_handler_test.rb
52
+ - test/unit/cancel_items_command_test.rb
53
+ - test/unit/cancel_order_command_test.rb
54
+ - test/unit/carrier_calculated_shipping_test.rb
55
+ - test/unit/charge_amount_notification_test.rb
56
+ - test/unit/charge_order_command_test.rb
57
+ - test/unit/chargeback_amount_notification_test.rb
58
+ - test/unit/checkout_command_test.rb
59
+ - test/unit/checkout_command_xml_generator_test.rb
60
+ - test/unit/command_test.rb
61
+ - test/unit/deliver_order_command_test.rb
62
+ - test/unit/delivery_method_test.rb
63
+ - test/unit/digital_content_test.rb
64
+ - test/unit/flat_rate_shipping_test.rb
65
+ - test/unit/frontend_test.rb
66
+ - test/unit/item_info_test.rb
67
+ - test/unit/item_test.rb
68
+ - test/unit/marketing_preferences_test.rb
69
+ - test/unit/merchant_calculated_shipping_test.rb
70
+ - test/unit/merchant_calculation_callback_test.rb
71
+ - test/unit/merchant_calculation_result_test.rb
72
+ - test/unit/merchant_calculation_results_test.rb
73
+ - test/unit/merchant_code_result_test.rb
74
+ - test/unit/merchant_code_test.rb
75
+ - test/unit/new_order_notification_test.rb
76
+ - test/unit/notification_acknowledgement_test.rb
77
+ - test/unit/notification_handler_test.rb
78
+ - test/unit/order_adjustment_test.rb
79
+ - test/unit/order_report_command_test.rb
80
+ - test/unit/order_state_change_notification_test.rb
81
+ - test/unit/pickup_shipping_test.rb
82
+ - test/unit/postal_area_test.rb
83
+ - test/unit/private_data_parser_test.rb
84
+ - test/unit/refund_amount_notification_test.rb
85
+ - test/unit/refund_order_command_test.rb
86
+ - test/unit/reset_items_shipping_information_command_test.rb
87
+ - test/unit/return_items_command_test.rb
88
+ - test/unit/risk_information_notification_test.rb
89
+ - test/unit/send_buyer_message_command_test.rb
90
+ - test/unit/ship_items_command_test.rb
91
+ - test/unit/shipping_adjustment_test.rb
92
+ - test/unit/shopping_cart_test.rb
93
+ - test/unit/tax_rule_test.rb
94
+ - test/unit/tax_table_test.rb
95
+ - test/unit/tracking_data_test.rb
96
+ - test/unit/unarchive_order_command_test.rb
97
+ - test/unit/us_country_area_test.rb
98
+ - test/unit/us_state_area_test.rb
99
+ - test/unit/us_zip_area_test.rb
100
+ - test/unit/world_area_test.rb
101
+ - var/cacert.pem
102
+ has_rdoc: false
103
+ homepage: http://code.google.com/p/google-checkout-ruby-sample-code/
104
+ licenses:
105
+ post_install_message:
106
+ rdoc_options:
107
+ - --charset=UTF-8
108
+ require_paths:
109
+ - lib
110
+ required_ruby_version: !ruby/object:Gem::Requirement
111
+ requirements:
112
+ - - ">="
113
+ - !ruby/object:Gem::Version
114
+ version: "0"
115
+ version:
116
+ required_rubygems_version: !ruby/object:Gem::Requirement
117
+ requirements:
118
+ - - ">="
119
+ - !ruby/object:Gem::Version
120
+ version: "0"
121
+ version:
122
+ requirements: []
123
+
124
+ rubyforge_project:
125
+ rubygems_version: 1.3.5
126
+ signing_key:
127
+ specification_version: 3
128
+ summary: Google Checkout API Gem
129
+ test_files:
130
+ - test/integration/checkout_command_test.rb
131
+ - test/unit/send_buyer_message_command_test.rb
132
+ - test/unit/authorization_amount_notification_test.rb
133
+ - test/unit/add_tracking_data_command_test.rb
134
+ - test/unit/charge_amount_notification_test.rb
135
+ - test/unit/charge_order_command_test.rb
136
+ - test/unit/ship_items_command_test.rb
137
+ - test/unit/shopping_cart_test.rb
138
+ - test/unit/new_order_notification_test.rb
139
+ - test/unit/refund_amount_notification_test.rb
140
+ - test/unit/us_state_area_test.rb
141
+ - test/unit/world_area_test.rb
142
+ - test/unit/carrier_calculated_shipping_test.rb
143
+ - test/unit/merchant_code_test.rb
144
+ - test/unit/flat_rate_shipping_test.rb
145
+ - test/unit/us_zip_area_test.rb
146
+ - test/unit/address_test.rb
147
+ - test/unit/merchant_code_result_test.rb
148
+ - test/unit/tracking_data_test.rb
149
+ - test/unit/cancel_items_command_test.rb
150
+ - test/unit/area_test.rb
151
+ - test/unit/us_country_area_test.rb
152
+ - test/unit/marketing_preferences_test.rb
153
+ - test/unit/pickup_shipping_test.rb
154
+ - test/unit/merchant_calculated_shipping_test.rb
155
+ - test/unit/authorize_order_command_test.rb
156
+ - test/unit/postal_area_test.rb
157
+ - test/unit/shipping_adjustment_test.rb
158
+ - test/unit/anonymous_address_test.rb
159
+ - test/unit/backorder_items_command_test.rb
160
+ - test/unit/tax_table_test.rb
161
+ - test/unit/order_report_command_test.rb
162
+ - test/unit/command_test.rb
163
+ - test/unit/unarchive_order_command_test.rb
164
+ - test/unit/digital_content_test.rb
165
+ - test/unit/reset_items_shipping_information_command_test.rb
166
+ - test/unit/risk_information_notification_test.rb
167
+ - test/unit/delivery_method_test.rb
168
+ - test/unit/chargeback_amount_notification_test.rb
169
+ - test/unit/return_items_command_test.rb
170
+ - test/unit/callback_handler_test.rb
171
+ - test/unit/merchant_calculation_callback_test.rb
172
+ - test/unit/checkout_command_test.rb
173
+ - test/unit/order_adjustment_test.rb
174
+ - test/unit/tax_rule_test.rb
175
+ - test/unit/item_info_test.rb
176
+ - test/unit/merchant_calculation_results_test.rb
177
+ - test/unit/cancel_order_command_test.rb
178
+ - test/unit/merchant_calculation_result_test.rb
179
+ - test/unit/item_test.rb
180
+ - test/unit/deliver_order_command_test.rb
181
+ - test/unit/checkout_command_xml_generator_test.rb
182
+ - test/unit/private_data_parser_test.rb
183
+ - test/unit/refund_order_command_test.rb
184
+ - test/unit/order_state_change_notification_test.rb
185
+ - test/unit/frontend_test.rb
186
+ - test/unit/archive_order_command_test.rb
187
+ - test/unit/notification_acknowledgement_test.rb
188
+ - test/unit/add_merchant_order_number_command_test.rb
189
+ - test/unit/notification_handler_test.rb