Skip to content

Commit

Permalink
#323 - fix stripe token
Browse files Browse the repository at this point in the history
  • Loading branch information
cbellone committed Nov 20, 2018
1 parent cc20400 commit 7b538ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class StripeCreditCardToken implements PaymentToken {

@Override
public String getToken() {
return null;
return token;
}

@Override
Expand Down

0 comments on commit 7b538ac

Please sign in to comment.