Skip to content

Commit

Permalink
added separate inbound object for webhook for clearer naming
Browse files Browse the repository at this point in the history
  • Loading branch information
ibalosh committed Dec 14, 2017
1 parent c33594f commit 4264a35
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</developers>

<properties>
<postmark.version>1.0.3</postmark.version>
<postmark.version>1.0.4</postmark.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<junit.jupiter.version>5.0.0-M4</junit.jupiter.version>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package com.wildbit.java.postmark.client.data.model.webhooks;

import com.wildbit.java.postmark.client.data.model.messages.InboundMessageDetails;

public class InboundWebhook extends InboundMessageDetails { }

0 comments on commit 4264a35

Please sign in to comment.