vizjerai-google-checkout 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
data/README.txt CHANGED
@@ -1,12 +1,18 @@
1
1
  google-checkout
2
- by Peter Elmore and Geoffrey Grosenbach
3
- http://rubyforge.org/projects/google-checkout
2
+
3
+ http://github.com/topfunky/google-checkout
4
4
 
5
5
  == DESCRIPTION:
6
6
 
7
7
  Experimental library for working with GoogleCheckout. Currently in use for
8
8
  payment at http://peepcode.com.
9
9
 
10
+ == Authors
11
+
12
+ Original by Peter Elmore.
13
+
14
+ Enhanced and maintained by Geoffrey Grosenbach
15
+
10
16
  == Installation
11
17
 
12
18
  sudo gem install google-checkout
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.3
1
+ 0.1.4
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <order-state-change-notification xmlns="http://checkout.google.com/schema/2"
3
+ serial-number="bea6bc1b-e1e2-44fe-80ff-0180e33a2614">
4
+ <google-order-number>861501633833620</google-order-number>
5
+ <new-financial-order-state>CHARGING</new-financial-order-state>
6
+ <new-fulfillment-order-state>NEW</new-fulfillment-order-state>
7
+ <previous-financial-order-state>CHARGEABLE</previous-financial-order-state>
8
+ <previous-fulfillment-order-state>NEW</previous-fulfillment-order-state>
9
+ <reason>The reason goes here, if there is one.</reason>
10
+ <timestamp>2006-05-03T17:32:11</timestamp>
11
+ </order-state-change-notification>
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vizjerai-google-checkout
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 3
10
- version: 0.1.3
9
+ - 4
10
+ version: 0.1.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Peter Elmore
@@ -77,6 +77,7 @@ files:
77
77
  - spec/fixtures/google/notifications/charge-amount-notification.xml
78
78
  - spec/fixtures/google/notifications/chargeback-amount-notification.xml
79
79
  - spec/fixtures/google/notifications/new-order-notification.xml
80
+ - spec/fixtures/google/notifications/order-state-change-notification-missing.xml
80
81
  - spec/fixtures/google/notifications/order-state-change-notification.xml
81
82
  - spec/fixtures/google/notifications/refund-amount-notification.xml
82
83
  - spec/fixtures/google/notifications/risk-information-notification.xml