lib/reapal/http/error_code/user.rb in reapal-0.9.13 vs lib/reapal/http/error_code/user.rb in reapal-0.10.0
- old
+ new
@@ -33,8 +33,12 @@
0329 0330 0332 0333 0335 0339 0340 0341 0342 0343
0345 0346 0347 0348 0350 0351 0352 0358 0359 0360
0362 0363) | contract_common
end
+ def self.member_payment_query
+ @_member_payment_query ||= contract_common
+ end
+
end # module ErrorCode
end
end