Skip to content

Commit

Permalink
(fix):re add id to transaction enum (#50)
Browse files Browse the repository at this point in the history
This FIX re adds id payment method to transaction methodenum
  • Loading branch information
phillipgr4vy authored May 29, 2024
1 parent 6f3a8a4 commit add220a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/com/gr4vy/api/model/Transaction.java
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,9 @@ public enum MethodEnum {

SMARTPAY("smartpay"),

VIPPS("vipps");
VIPPS("vipps"),

ID("id");

private String value;

Expand Down

0 comments on commit add220a

Please sign in to comment.