google4r-checkout 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGES +6 -2
- data/lib/google4r/checkout/notifications.rb +15 -15
- data/test/unit/add_merchant_order_number_command_test.rb +1 -141
- data/test/unit/add_tracking_data_command_test.rb +0 -150
- data/test/unit/archive_order_command_test.rb +0 -132
- data/test/unit/authorization_amount_notification_test.rb +0 -138
- data/test/unit/authorize_order_command_test.rb +0 -132
- data/test/unit/chargeback_amount_notification_test.rb +0 -130
- data/test/unit/refund_amount_notification_test.rb +0 -130
- data/test/unit/refund_order_command_test.rb +0 -172
- data/test/unit/send_buyer_message_command_test.rb +0 -146
- data/test/unit/unarchive_order_command_test.rb +0 -132
- metadata +3 -3
metadata
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
|
-
rubygems_version: 0.9.
|
2
|
+
rubygems_version: 0.9.4
|
3
3
|
specification_version: 1
|
4
4
|
name: google4r-checkout
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 1.0.
|
7
|
-
date: 2007-08-
|
6
|
+
version: 1.0.1
|
7
|
+
date: 2007-08-16 00:00:00 -07:00
|
8
8
|
summary: Ruby library to access the Google Checkout service and implement notification handlers.
|
9
9
|
require_paths:
|
10
10
|
- lib
|