Class: Google4R::Checkout::NotificationAcknowledgement
- Inherits:
-
Object
- Object
- Google4R::Checkout::NotificationAcknowledgement
- Defined in:
- lib/google4r/checkout/notifications.rb
Overview
Use this objects of this class to tell Google that everything went fine.
Example
render :text => NotificationAcknowledgement.to_xml
Instance Method Summary collapse
Instance Method Details
#to_xml ⇒ Object
44 45 46 |
# File 'lib/google4r/checkout/notifications.rb', line 44 def to_xml %q{<?xml version="1.0" encoding="UTF-8"?><notification-acknowledgment xmlns="http://checkout.google.com/schema/2"/>} end |