| 
														
															@@ -469,6 +469,8 @@ module ShopifyAPI 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   end 
														 | 
														
														 | 
														
															   end 
														 | 
													
												
											
												
													
														| 
														 | 
														
															    
														 | 
														
														 | 
														
															    
														 | 
													
												
											
												
													
														| 
														 | 
														
															   class RecurringApplicationCharge < Base 
														 | 
														
														 | 
														
															   class RecurringApplicationCharge < Base 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    undef_method :test 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     def self.current 
														 | 
														
														 | 
														
															     def self.current 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       find(:all).find{|charge| charge.status == 'active'} 
														 | 
														
														 | 
														
															       find(:all).find{|charge| charge.status == 'active'} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     end 
														 | 
														
														 | 
														
															     end 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -483,6 +485,8 @@ module ShopifyAPI 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   end 
														 | 
														
														 | 
														
															   end 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															   class ApplicationCharge < Base 
														 | 
														
														 | 
														
															   class ApplicationCharge < Base 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    undef_method :test 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     def activate 
														 | 
														
														 | 
														
															     def activate 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       load_attributes_from_response(post(:activate)) 
														 | 
														
														 | 
														
															       load_attributes_from_response(post(:activate)) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     end 
														 | 
														
														 | 
														
															     end 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -497,4 +501,4 @@ module ShopifyAPI 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   EVENT_ENABLED_CLASSES.each do |klass| 
														 | 
														
														 | 
														
															   EVENT_ENABLED_CLASSES.each do |klass| 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     "ShopifyAPI::#{klass}".constantize.send(:include, Events) 
														 | 
														
														 | 
														
															     "ShopifyAPI::#{klass}".constantize.send(:include, Events) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   end 
														 | 
														
														 | 
														
															   end 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-end 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+end 
														 |