Skip to content

Commit

Permalink
Merge branch 'release/19.02.01'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Jimenez committed Feb 1, 2019
2 parents 89380ee + 6570987 commit 2c2c978
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.orwellg.hermod.bottomline.fps</groupId>
<artifactId>hermod-bottomline-fps</artifactId>
<version>19.01.29-SNAPSHOT</version>
<version>19.02.01</version>
<name>hermod-bottomline-fps</name>
<description>Project to connect to Bottomline and send/retrieve messages to Kafka</description>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ private void rejectPayment(String key, FPSOutboundPayment fpsOutboundPayment, St
//Undo payment

event = EventGenerator.generateEvent(this.getClass().getName(), FPSEvents.FPS_UNDO_PAYMENT.getEventName(), paymentId,
gson.toJson(paymentId), entity, brand);
paymentId, entity, brand);
String topic = undoPaymentTopic;

LOG.info("[FPS][PmtId: {}] Sending Message to Topic {} to undo payment", key, topic);
Expand Down

0 comments on commit 2c2c978

Please sign in to comment.