Skip to content

Commit

Permalink
add notify_type to alipay notification
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard committed Nov 25, 2009
1 parent bcef1fb commit 2cc5744
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -24,6 +24,10 @@ def complete?
def message
@message
end

def notify_type
params['notify_type']
end

def notify_id
params['notify_id']
Expand Down

0 comments on commit 2cc5744

Please sign in to comment.